binance-java-api icon indicating copy to clipboard operation
binance-java-api copied to clipboard

onAggTradeEvent

Open gaukler2 opened this issue 4 years ago • 1 comments

I try todo the following:

    client.onAggTradeEvent("btcusdt", (response ->{
    	binancePrices.setBtcusdt(response.getPrice());
    	ThreadSleep();
    }));

Simple.. but after about 20sek.. it stops updating the price... why ??

gaukler2 avatar Feb 27 '21 21:02 gaukler2

Have the same issue

sf202020sf avatar Apr 04 '21 09:04 sf202020sf