You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: websockets-jsr/src/test/java/io/undertow/websockets/jsr/test/reconnect/ClientEndpointReconnectTestCase.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,7 @@ public void testAnnotatedClientEndpoint() throws Exception {
113
113
session.getBasicRemote().sendText("close");
114
114
Assert.assertEquals("CLOSE", endpoint.message());
115
115
Assert.assertEquals("OPEN", endpoint.message());
116
+
Assert.assertTrue(session.isOpen()); // Verify session is open before sending the next message
0 commit comments