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
PubSub client with websocket connects and then fails with very little debug information. No error code is specified.
receive error: "SendError(..)"
solana/pubsub-client/src/pubsub_client.rs
Line 822 in 27eff84
No idea how to further debug. Are websockets unstable generally? are there tweaks for the node that this is related to? Any way to test this further?
Pass down from the stack where this failure could be coming from.
The text was updated successfully, but these errors were encountered:
This repository is no longer in use. Please re-open this issue in the agave repo: https://github.com/anza-xyz/agave
Sorry, something went wrong.
No branches or pull requests
Problem
PubSub client with websocket connects and then fails with very little debug information. No error code is specified.
receive error: "SendError(..)"
solana/pubsub-client/src/pubsub_client.rs
Line 822 in 27eff84
No idea how to further debug. Are websockets unstable generally? are there tweaks for the node that this is related to? Any way to test this further?
Proposed Solution
Pass down from the stack where this failure could be coming from.
The text was updated successfully, but these errors were encountered: