| 116 | * @param options.autoReconnect - Whether to automatically reconnect to the WebSocket server if the connection is lost. |
| 117 | * @param options.retries - The number of reconnection attempts before giving up. A negative value means infinite retries. |
| 118 | * @param options.subscribe - Initial subscriptions to events upon connection. |
| 119 | * @param options.onConnect - Callback function to be called when the client successfully connects to the WebSocket server. |
| 120 | * @param options.onDisconnect - Callback function to be called when the client disconnects from the WebSocket server. |
| 121 | * @param options.onError - Callback function to be called when an error occurs. |
nothing calls this directly
no outgoing calls
no test coverage detected