Skip to content

Commit 934bd9f

Browse files
committed
fix the issue256Test
1 parent d9b9565 commit 934bd9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/java_websocket/issues/Issue256Test.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public void onStart() {
9696
};
9797
ws.setConnectionLostTimeout( 0 );
9898
ws.start();
99+
countServerDownLatch.await();
99100
}
100101

101102
private void runTestScenarioReconnect( boolean closeBlocking ) throws Exception {

0 commit comments

Comments
 (0)