Closed roberto-cisternino closed 2 months ago
Please note that the
allRollingWindowTicker("!ticker_1h@arr", onOpenCallback, onMessageCallback, onClosingCallback, onClosedCallback, onFailureCallback);
doesn't work. After connection no data arrives back.
The related service on Binance works as expected: wss://stream.binance.com:9443/ws/!ticker_1h@arr
Not a bug as I passed a wrong parameter for the windowSize "!ticker_1h@arr" instead of "1h"
Please note that the
allRollingWindowTicker("!ticker_1h@arr", onOpenCallback, onMessageCallback, onClosingCallback, onClosedCallback, onFailureCallback);
doesn't work. After connection no data arrives back.
The related service on Binance works as expected: wss://stream.binance.com:9443/ws/!ticker_1h@arr