Skip to content

Commit eb2d90e

Browse files
Set started=false so we don't send STOP after QUIT
1 parent f4a6227 commit eb2d90e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/js/MonitorStream.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,7 @@ function MonitorStream(monitorData) {
683683
// Make zms exit, sometimes zms doesn't receive SIGPIPE, so try to send QUIT
684684
this.streamCommand(CMD_QUIT);
685685
this.connKey = null;
686+
this.started = false;
686687
}
687688
// Kill and stop share a lot of the same code... so just call stop
688689
this.stop();

0 commit comments

Comments
 (0)