This commit is contained in:
Peter Maquiran
2022-02-09 17:30:38 +01:00
parent f9c646c8eb
commit a6823d9bae
+3 -1
View File
@@ -79,7 +79,9 @@ export class WsChatService {
this.isLogin = true
this.loginResponse = message
this.ws.wsMsgQueue()
setTimeout(()=>{
this.ws.wsMsgQueue()
}, 10)
resolve(message)
}