mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-27 15:32:48 -05:00
Improve handling of disconnected Streamdelay server
This commit is contained in:
@@ -105,7 +105,7 @@ async function main() {
|
||||
streams: [],
|
||||
customStreams: [],
|
||||
views: [],
|
||||
streamdelay: false,
|
||||
streamdelay: { isConnected: false },
|
||||
}
|
||||
const getInitialState = () => clientState
|
||||
let broadcastState = () => {}
|
||||
|
||||
Reference in New Issue
Block a user