tons of bugfixes and additional logging

This commit is contained in:
2026-04-23 09:08:45 -05:00
parent 8837f56540
commit 82a462ee11
5 changed files with 70 additions and 28 deletions
+1
View File
@@ -1,6 +1,7 @@
export declare class TetherClient {
private websocketHandler;
private subscribedQueries;
private pendingMutations;
connect: (url: string) => void;
disconnect: () => void;
subscribe: (queryName: string, params: any, callback: (data: any) => void) => void;