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
{{ message }}
This repository was archived by the owner on Jul 16, 2026. It is now read-only.
README says "it is recommended to use one conn to initialize multiple channels"
But, is it possible to subscribe multiple currency pairs (eg. BTC_USDT and ETH_USDT) to SpotPublicTradeChannel with only one Connection?
I subscribe two pairs and the former callback does not called.
Using two Connections solved.
README says "it is recommended to use one conn to initialize multiple channels"
But, is it possible to subscribe multiple currency pairs (eg. BTC_USDT and ETH_USDT) to SpotPublicTradeChannel with only one Connection?
I subscribe two pairs and the former callback does not called.
Using two Connections solved.