Called when server says client is out of sync for a session
(sessionId: string, currentSeq: number, epoch?: string)
| 37 | }): void; |
| 38 | /** Called when server says client is out of sync for a session */ |
| 39 | onResync(sessionId: string, currentSeq: number, epoch?: string): void; |
| 40 | /** Called when the WS connection opens or closes */ |
| 41 | onConnectionState(connected: boolean): void; |
| 42 | /** Called on error frames or JSON parse failures */ |
no outgoing calls
no test coverage detected