Zakaria
Zakaria
I think you should change your code like this: `from binance.streams import BinanceSocketManager`
Hi, I have the same problem. Is it resolved? ccxt = 4.3.46 ccxtpro = 1.0.1
Hi @carlosmiei Do I need to use `'newUpdates': False` to get all messages without missing some, or to solve the "delay" problem? I only want to get realtime new messages...
A new problem. In my case, several orders are created at the same time. I create 5 orders, so I need to receive 5 ws events. But I see that...