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
Is there something like a heartbeat in pull-ws that will let us know if the network fails? In ws there is a good explanation:
ws
https://www.npmjs.com/package/ws#how-to-detect-and-close-broken-connections
Or if not here, does the normal ssb stack implement this somewhere, like in muxrpc?
Thanks
The text was updated successfully, but these errors were encountered:
oh, I didn't know about that! this module just wraps ws so should be possible. Since it's part of the spec I'd be happy to merge.
Sorry, something went wrong.
No branches or pull requests
Is there something like a heartbeat in pull-ws that will let us know if the network fails? In
ws
there is a good explanation:https://www.npmjs.com/package/ws#how-to-detect-and-close-broken-connections
Or if not here, does the normal ssb stack implement this somewhere, like in muxrpc?
Thanks
The text was updated successfully, but these errors were encountered: