binance / binance-futures-connector-python

Simple python connector to Binance Futures API
MIT License
872 stars 240 forks source link

WebSocket Kline Updates Are Significantly Slow #207

Open liuzimo opened 3 weeks ago

liuzimo commented 3 weeks ago

When using the WebSocket interface for receiving Kline (candlestick) data, the update frequency is noticeably slower than expected. This delay affects the real-time performance of the application, leading to outdated or lagging charts.

image

liuzimo commented 3 weeks ago

Compare the observed update rate (5-10 seconds) with the expected real-time performance (250ms).