You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote a demo program to subscribe to on-chain slot events. But the program stuck and did not receive any events from the websocket RPC (from Alchemy).
The library I use is solana_client::nonblocking::pubsub_client::PubsubClient.
Problem
I wrote a demo program to subscribe to on-chain slot events. But the program stuck and did not receive any events from the websocket RPC (from Alchemy).
The library I use is
solana_client::nonblocking::pubsub_client::PubsubClient
.Is that because of the way I use the nonblocking lib?
Proposed Solution
None
The text was updated successfully, but these errors were encountered: