binance-exchange / 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.
MIT License
831 stars 628 forks source link

fixed the ability to do testnet streaming per #379 #380

Closed jnorthrup closed 3 years ago

jnorthrup commented 3 years ago

379 shows that the current codebase was never tested with testnet streaming api, this is a quick fix. my repo also was subject to maven-latest-revisions plugin, those look helpful going forward, or at least mostly harmless.