Hi!
I’m building an application which uses WebSocket Streams from GitHub - binance/binance-connector-java
The symbolTicker works like a charm.
But I have problems with the klineStream → Binance API Documentation
When I use wss://stream.binance.COM:9443 it works fine. I get an event (callback) every few seconds.
When I use wss://stream.binance.US:9443 I get an event around every 2 minutes ?
Because I use GCloud I have to use the .us version.
Is that a known issue, or do you have an Idea of what could go wrong?
Thanks, BR
Michael