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
We never get more than 3 to 5 subscriptions. We actively track and unsubscribe from the wallets every X minutes. When this occurs, we hit 99% cpu usage and our gateway locks up.
I still believe this to be due to a bug in rpc-websockets (#25578). Are you finding, too, that the library believes the websocket to still be open, when in fact it has closed?
@laterbreh, if you're still experiencing this problem, can you try to upgrade to an experimental release, by running yarn add @solana/web3.js@pr-29195? That's a package built from PR #29195.
We are currently on 1.52 (https://github.com/solana-labs/solana-web3.js/releases/tag/v1.52.0) and we are still experiencing this issue.
(wallet address ommited)
accountSubscribe error for argument [ 'XXXXXXXXXXXXXXXXXXXX', { encoding: 'base64', commitment: 'finalized' }
We never get more than 3 to 5 subscriptions. We actively track and unsubscribe from the wallets every X minutes. When this occurs, we hit 99% cpu usage and our gateway locks up.
Originally posted by @laterbreh in #26665 (comment)
The text was updated successfully, but these errors were encountered: