Skip to content

Thread.sleep() -> IllegalArgumentException #7

@l33th4x0rr

Description

@l33th4x0rr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions