mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
ugh.. logigng...
This commit is contained in:
@@ -628,7 +628,7 @@ function startPublisher() {
|
|||||||
proc.stderr.on('data', handlePublisherStderr);
|
proc.stderr.on('data', handlePublisherStderr);
|
||||||
proc.on('exit', (code, signal) => {
|
proc.on('exit', (code, signal) => {
|
||||||
if (publisherProcess === proc) publisherProcess = null;
|
if (publisherProcess === proc) publisherProcess = null;
|
||||||
logger.warn('publisher exited', { code, signal });
|
logger.warn('publisher exited', { code, signal, lastStderr: state.publisher?.lastStderr || null });
|
||||||
const restartAt = enabled && state.rtspUri ? Date.now() + 1500 : null;
|
const restartAt = enabled && state.rtspUri ? Date.now() + 1500 : null;
|
||||||
updatePublisherState({
|
updatePublisherState({
|
||||||
running: false,
|
running: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user