WebSocket-Node icon indicating copy to clipboard operation
WebSocket-Node copied to clipboard

Client config option `keepalive` not in docs

Open ryanio opened this issue 5 years ago • 0 comments

In https://github.com/ethereum/web3.js/issues/1354#issuecomment-638098138, @naddison36 identified that the clientConfig option for keepalive is not in the docs here: https://github.com/theturtle32/WebSocket-Node/blob/master/docs/WebSocketClient.md#client-config-options

The WebSocketConnection code with the keepalive config is at https://github.com/theturtle32/WebSocket-Node/blob/574b703ca978709832c6c2f67d6c1de376d432b5/lib/WebSocketConnection.js#L111

ryanio avatar Jun 03 '20 20:06 ryanio