websocket reconnect on failure

This commit is contained in:
evanpelle
2024-08-16 11:06:01 -07:00
parent d062d1ac79
commit 332c2cfcac
13 changed files with 159 additions and 200 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import {ClientID} from "../core/Game";
import WebSocket from 'ws';
import {ClientID} from '../core/Schemas';
export class Client {