fyr233
fyr233
```python from binance.websocket.futures.websocket_client import FuturesWebsocketClient ws_client = WebsocketClient() ws_client.instant_subscribe( stream=['bnbusdt@bookTicker', 'ethusdt@bookTicker'], callback=message_handler, ) ``` websocket接口怎么做掉线重连?在哪里指定onClose回调函数? How can I set an onCLose() callback function for FuturesWebsocketClient? I want to reconnect to...
Hi, I'm new to ZenStates. I just build ZenStates dev branch with ZenStates-Core. This is my CPU info:  When I enable Manual Overclock and click Apply button,  The...
Hi, I am very grateful for the use of this elegant library. I would like to know if there are any plans to further support okx in the near future?...