reconnecting-websocket icon indicating copy to clipboard operation
reconnecting-websocket copied to clipboard

Reconnecting WebSocket. For Web, React Native, cli (Node.js)

Results 66 reconnecting-websocket issues
Sort by recently updated
recently updated
newest added

Hi All, [This line](https://github.com/pladaria/reconnecting-websocket/blob/master/reconnecting-websocket.ts#L351) (if this._connectLock === true) prevents manually invoked reconnect, if the close method was called before the connection has ever been established. My case: user decides when...

I am having a strange issue with websockets. I have my websocket server behind an apache httpd 2.4.51 proxy and the sockets keep disconnecting after 30 seconds or so. I...

I'm attempting to update a production application from 3.0.1 to the latest stable version. Is there a [changelog](https://keepachangelog.com/en/1.0.0/) available for this project? At the very least, is there a summary...

when a connected user leave i did not get any information which user recently left. can you please help me to get socket id of connected user whenever he left...

websocket class support headers out of the box ``` declare var WebSocket: { prototype: WebSocket; new ( uri: string, protocols?: string | string[] | null, options?: { headers: { [headerName:...

`.send` method in some ws libraries accept more than 1 argument https://github.com/websockets/ws/blob/2619c003cef5ffc9bff66debfcc52231b7995a5a/lib/websocket.js#L423-L438

add options for websocket

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Should reconnectingWebsocket work with this library? https://github.com/theturtle32/WebSocket-Node ReconnectingWebSocket gives an UnhandledPromiseRejectionWarning when using websocket-node's w3cwebsocket ## Reproducing `websocket` version used: 1.0.31 ``` javascript import { w3cwebsocket } from 'websocket' const...