Sergei Nazarov

Results 2 issues of Sergei Nazarov

I ran the example WebSocket code: ``` import time from binance.websocket.cm_futures.websocket_client import CMFuturesWebsocketClient def message_handler(message): print(message) ws_client = CMFuturesWebsocketClient() ws_client.start() ws_client.mini_ticker( symbol='bnbusdt', id=1, callback=message_handler, ) # Combine selected streams ws_client.instant_subscribe(...

**Describe the bug** I am working with python and Jupyter files (.ipynb) files and the vim plugin works fine. But when I open a large CSV file (about 30k lines),...