bmoscon / cryptofeed

Cryptocurrency Exchange Websocket Data Feed Handler
Other
2.21k stars 684 forks source link

websocket issue #868

Open b0untyhunt3r opened 2 years ago

b0untyhunt3r commented 2 years ago

When using version 2.2.3 I have an issue with FTX private channels on websockets. I subscribe to the ORDER_INFO and FILLS but all the messages are not delivered, I dont receive most of the messages, its very random. I have been using the same code since february, nothing has changed in my code but last night I updated cryptofeed from 2.2.0 and this started happening. When I reverted back to 2.2.0 everything started working as expected. I am using ubuntu 20.04 with python 3.9.13

bmoscon commented 2 years ago

its possible the exchange changed something, ill look into it

bmoscon commented 1 year ago

@b0untyhunt3r I think I may know the issue, can you confirm you are only subscribing to those two channels and no market data?