We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
keepalive
In web3/web3.js#1354 (comment), @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 WebSocket-Node/lib/WebSocketConnection.js Line 111 in 574b703 if (this.config.keepalive && !this.config.useNativeKeepalive) {
The WebSocketConnection code with the keepalive config is at
WebSocket-Node/lib/WebSocketConnection.js
Line 111 in 574b703
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In web3/web3.js#1354 (comment), @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-optionsThe text was updated successfully, but these errors were encountered: