Skip to content

Update TestSuperPeerClient.java

6roebert requested to merge find-error into master

Fixed race condition: Sometimes it was possible that the SimpleChannelDuplexHandler in the TestSuperPeerClient was added after the WebsocketHandshake and therefore could not receive the HANDSHAKE_COMPLETE event to fulfill the websocketHandshake future.

Merge request reports