Skip to content
New issue

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

Client config option keepalive not in docs #385

Closed
ryanio opened this issue Jun 3, 2020 · 0 comments
Closed

Client config option keepalive not in docs #385

ryanio opened this issue Jun 3, 2020 · 0 comments

Comments

@ryanio
Copy link

ryanio commented Jun 3, 2020

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

if (this.config.keepalive && !this.config.useNativeKeepalive) {

@ryanio ryanio closed this as completed Jun 28, 2023
@ryanio ryanio closed this as not planned Won't fix, can't repro, duplicate, stale Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant