Virus-Axel / godot-solana-sdk

Build Solana games with godot. This GDExtension will enable godot to make on-chain and Solana integrated games.
MIT License
38 stars 12 forks source link

Issue: SolanaClient subscribed accounts trigger all callbacks #241

Closed Virus-Axel closed 3 months ago

Virus-Axel commented 4 months ago

Description

Unfortunately it looks like all subscribed callbacks are called on a solana client.

Suggested Improvements

Enable multiple calls for SolanaClient and forbid multiple RpcCalls for WS.

Extra Information

Work around by having multiple SolanaClient nodes. One for each Ws subscription.