From e33c94e9219cd243efe2b731209e7e1f47448a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20Caba=C3=A7o?= Date: Fri, 6 Dec 2024 17:43:35 +0000 Subject: [PATCH] fix: Release new version --- src/RealtimeClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RealtimeClient.ts b/src/RealtimeClient.ts index 6bfbd21..fb4ffcf 100755 --- a/src/RealtimeClient.ts +++ b/src/RealtimeClient.ts @@ -122,7 +122,7 @@ export default class RealtimeClient { * * @param endPoint The string WebSocket endpoint, ie, "ws://example.com/socket", "wss://example.com", "/socket" (inherited host & protocol) * @param httpEndpoint The string HTTP endpoint, ie, "https://example.com", "/" (inherited host & protocol) - * @param options.transport The Websocket Transport, for example WebSocket. + * @param options.transport The Websocket Transport, for example WebSocket. This can be a custom implementation * @param options.timeout The default timeout in milliseconds to trigger push timeouts. * @param options.params The optional params to pass when connecting. * @param options.headers The optional headers to pass when connecting.