This commit is contained in:
Kevin Jahns 2020-11-19 14:11:24 +01:00
parent 55a4190bf3
commit f254df3b00

View File

@ -133,7 +133,7 @@ const setupWS = provider => {
websocket.send(encoding.toUint8Array(encoderAwarenessState)) websocket.send(encoding.toUint8Array(encoderAwarenessState))
} }
} }
provider.emit('status', [{ provider.emit('status', [{
status: 'connecting' status: 'connecting'
}]) }])