Skip to content

Commit

Permalink
Don't start the statusCmdQuery on streaming start, because it is used…
Browse files Browse the repository at this point in the history
… when doing still updates. If we start it too fast, zms may not have started yet
  • Loading branch information
Isaac Connor committed Feb 16, 2023
1 parent 247805e commit 1546fab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/js/MonitorStream.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ function MonitorStream(monitorData) {
stream.src = '';
stream.src = src;
}
this.statusCmdTimer = setTimeout(this.statusQuery.bind(this), delay);
stream.onerror = this.img_onerror.bind(this);
stream.onload = this.img_onload.bind(this);
}; // this.start
Expand Down

0 comments on commit 1546fab

Please sign in to comment.