We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b9565 commit 934bd9fCopy full SHA for 934bd9f
src/test/java/org/java_websocket/issues/Issue256Test.java
@@ -96,6 +96,7 @@ public void onStart() {
96
};
97
ws.setConnectionLostTimeout( 0 );
98
ws.start();
99
+ countServerDownLatch.await();
100
}
101
102
private void runTestScenarioReconnect( boolean closeBlocking ) throws Exception {
0 commit comments