Andrey Vasenin
Andrey Vasenin
I found a case when deadlock happens in this library when length of frame queue is *limited*. `WritingThread` could trigger user's callbacks. For example `onConnected` callback here: https://github.com/TakahikoKawasaki/nv-websocket-client/blob/master/src/main/java/com/neovisionaries/ws/client/WebSocket.java#L3292 If onConnected...
Version of plugin 0.0.3 Version of jooq: 3.18.7 Version of testcontainers: 1.19.3 This error appeared all the time, even in case of successful runs. Can be related to https://github.com/testcontainers/testcontainers-java/issues/1454 ```...