tardis-dev / tardis-machine

Locally runnable server with built-in data caching, providing both tick-level historical and consolidated real-time cryptocurrency market data via HTTP and WebSocket APIs
https://docs.tardis.dev/api/tardis-machine
Mozilla Public License 2.0
235 stars 46 forks source link

Stale Normalised Websocket Data #24

Open zbanga opened 10 months ago

zbanga commented 10 months ago

Hi,

When subscribing to the normalised websocket for huobi-dm-linear-swap I get data for a couple of seconds - 1 min before it inevitably stops updating.

I've tried it for

book_snapshot_1_0ms

book_snapshot_1_1s

The weird thing is that the derivative_ticker on huobi still ticks on, so I suspect its just the book snapshot's connection is dropped or something. I don't get any indication that the websocket is getting dropped.

kyleli666 commented 1 month ago

Hi @zbanga , I meet similar issue with Binance as well. Have you solved your issue?