This commit is contained in:
Peter Maquiran
2022-01-13 12:52:49 +01:00
parent 0b1add3fb7
commit 6d3b972e75
+1 -1
View File
@@ -356,7 +356,7 @@ export class WsChatService {
},
onmessage:(event: any)=> {
if(this.ws.connected == false) { return true }
// if(this.ws.connected == false) { return true }
const data = JSON.parse(event.data)
for (const [key, value] of Object.entries(this.wsCallbacks)) {