This commit is contained in:
2026-04-23 08:51:36 -05:00
parent 44fe4c63c4
commit 6ee7b5ac34
4 changed files with 18 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ export declare class WebSocketHandler {
private maxReconnectAttempts;
private reconnectInterval;
private sendQueue;
onMutation: (data: any) => void;
startConnection: (url: string) => void;
attemptReconnect: () => void;
close: () => void;