Open Ramesses3 opened 1 week ago
I just wrote my simple multiplex socket using pure websockets version 13.1. It works just great, no errors, no data loss. It turns out that the problem is in python-binance.
@Ramesses3, can you assemble a simple script that uses your implementation and python-binance simultaneously, compares the output, and throws an error when one starts to lag behind?
Bug description I'm trying to get kline data via a web socket. Interested in closing candles. I noticed that some of the data is lost, although if you check in parallel through postman, then all updates come there. Also, my python script periodically throws a CANCEL read_loop error. I think the data loss is related to it.
To Reproduce Run my simple code:
Expected behavior Continuous acquisition of all data from the stream(s) without loss.
Environment: