We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a6227 commit eb2d90eCopy full SHA for eb2d90e
web/js/MonitorStream.js
@@ -683,6 +683,7 @@ function MonitorStream(monitorData) {
683
// Make zms exit, sometimes zms doesn't receive SIGPIPE, so try to send QUIT
684
this.streamCommand(CMD_QUIT);
685
this.connKey = null;
686
+ this.started = false;
687
}
688
// Kill and stop share a lot of the same code... so just call stop
689
this.stop();
0 commit comments