verata-veritatis / pybit

Python3 API connector for Bybit's HTTP and Websockets APIs.
MIT License
114 stars 189 forks source link

ws.fetch() does not return new messages when subscribing to USDT topics #39

Closed dextertd closed 2 years ago

dextertd commented 3 years ago

Issue described here: https://t.me/BybitAPI/57492

LordOberlord commented 3 years ago

Hello,

I think this is intended behavior since it is documented in the code.

dont pop order or stop_order data as we will lose valuable state

You can work around this if you add 'order' after line 1735 in the init.py

Greetings Lord