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.