This commit is contained in:
Peter Maquiran
2022-01-30 09:44:12 +01:00
parent 00bff45585
commit 88e2a08781
-1
View File
@@ -35,7 +35,6 @@ export class WsChatService {
this.ws.registerCallback({
type:'Onmessage',
key: this.constructor.name+'ping/pong',
funx:(message: any) => {
if(message.msg == "ping") {
this.ws.send({message:{msg:"pong"}, loginRequired: false})