Getting the following error shortly after starting a WebSocket:
Exception in thread "Thread-14" java.lang.IllegalArgumentException: timeout value is negative
at java.base/java.lang.Thread.sleep(Native Method)
at com.bitvavo.api.Bitvavo$2.run(Bitvavo.java:228)
at java.base/java.lang.Thread.run(Thread.java:834)
The websocket itself is functioning properly, its just that this error gets thrown frequently. This is also happening randomly when the websocket has been running for some time.