Improve handling of disconnected Streamdelay server

This commit is contained in:
Max Goodhart
2020-06-30 17:23:16 -07:00
parent cc79f387fd
commit cc14f2a17f
3 changed files with 33 additions and 24 deletions

View File

@@ -105,7 +105,7 @@ async function main() {
streams: [],
customStreams: [],
views: [],
streamdelay: false,
streamdelay: { isConnected: false },
}
const getInitialState = () => clientState
let broadcastState = () => {}