mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Start to migrate conversation system
This commit is contained in:
@ -94,6 +94,9 @@ class UserWebSocket {
|
||||
static async Closed(e) {
|
||||
console.error("WS closed", e)
|
||||
|
||||
// Notify the application
|
||||
SendEvent("wsClosed");
|
||||
|
||||
// Reset requests queue
|
||||
requests = {};
|
||||
|
||||
|
Reference in New Issue
Block a user