mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
resubcribe on reconnect
This commit is contained in:
@@ -380,7 +380,7 @@ export class WsChatService {
|
||||
]
|
||||
}
|
||||
|
||||
this.ws.send({message, requestId})
|
||||
this.ws.send({message, requestId: 'loadHistory'})
|
||||
|
||||
return new Promise<chatHistory>((resolve, reject) => {
|
||||
this.ws.registerCallback({type:'Onmessage', funx:(message)=>{
|
||||
|
||||
Reference in New Issue
Block a user