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
fix: use solana-client pubsub lib instead of solana-shadow (#97)
Solana-shadow is not maintained anymore and doesn't work properly.
It drops many updates and after a certain amount of latency drops all
messages. We have been using Solana PubSub client in Hermes without any
problem and there is no reason to stick with solana-shadow.
0 commit comments