joaopsilva / binance-java-api

binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
212 stars 803 forks source link

DepthCacheExample is inaccurate #21

Open Abcdetc opened 5 years ago

Abcdetc commented 5 years ago

Running DepthCacheExample.java side by side with binance.com, I noticed that some orders never get removed.

for example the best bid in binance.com would be at 10812.000 and the example application is still holding on to an old bid of 10820.000 even though it was cleared in the website.