mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
update console log in webSocket reconnection
This commit is contained in:
@@ -25,7 +25,7 @@ export function ConnectToChat() {
|
|||||||
|
|
||||||
webSocket = new WebSocket(BackendWebSocketUrl);
|
webSocket = new WebSocket(BackendWebSocketUrl);
|
||||||
|
|
||||||
console.log('Connection closed');
|
console.log('Connection closed and reconnected');
|
||||||
};
|
};
|
||||||
|
|
||||||
webSocket.onerror = function (event) {
|
webSocket.onerror = function (event) {
|
||||||
|
|||||||
Reference in New Issue
Block a user