Start to migrate conversation system

This commit is contained in:
2020-04-01 14:14:08 +02:00
parent ad7dcacb33
commit 11b11ff289
3 changed files with 101 additions and 181 deletions

View File

@ -94,6 +94,9 @@ class UserWebSocket {
static async Closed(e) {
console.error("WS closed", e)
// Notify the application
SendEvent("wsClosed");
// Reset requests queue
requests = {};