diff --git a/src/app/services/chat/ws-chat.service.ts b/src/app/services/chat/ws-chat.service.ts index 6ece14506..09e68002f 100644 --- a/src/app/services/chat/ws-chat.service.ts +++ b/src/app/services/chat/ws-chat.service.ts @@ -294,6 +294,7 @@ export class WsChatService { funx: params.funx } + return id }, connect:()=> { this.socket = new WebSocket(environment.apiWsChatUrl);