Replies: 1 comment
-
The problem is not on the client, but on how you make the requests, in rust using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am using
solana_client::nonblocking::rpc_client::RpcClient
(docs.rs link) to make requests against a RPC provider. Sometimes when hitting rate limits or for other reasons the connection gets closed withconnection closed before message completed
.The Client is constructed like this
Does the Client automatically recover from these errors upon the next request? I am asking because short after this my async task stops executing and I am currently having difficulties identifying the root cause.
Thanks for clarification
Beta Was this translation helpful? Give feedback.
All reactions