WebSocket-Node
WebSocket-Node copied to clipboard
Client config option `keepalive` not in docs
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