Hello!
I’m using some methods from Futures API like .market().tickerSymbol(parameters), .account().positionInformation(parameters). Everything seems to be perfect until they do not exceed 24 hours of functionality. If I use them for more than 24h the following exception is thrown: [ResponseHandler] OKHTTP Error: interrupted.
I use:
java version “17.0.5” 2022-10-18 LTS
groupId: com.squareup.okhttp3
artifactId: okhttp
version: 4.9.2
groupId: com.squareup.okhttp3
artifactId: mockwebserver
version: 4.9.1
scope: test
groupId: io.github.binance
artifactId: binance-futures-connector-java
version: 3.0.0
Does anyone have any idea what could be the problem?
Thank you!