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
* Remove recursive send/receive.
* Correct the CountDownLatch count numbers. Mixes between Client and
Server Encoder/Decoders and rely on multiple messages being echoed.
* GlassFish is more sensible to double slashes in WS URL's. Remove
the extra forward slashes.
* Pr spec you can only register a single Message Handler pr type. Change
to store Message in static to verify content.
Copy file name to clipboardExpand all lines: websocket/encoder-programmatic/src/main/java/org/javaee7/websocket/encoder/programmatic/MyEndpointConfiguration.java
+4-5
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@
44
44
importjava.util.HashSet;
45
45
importjava.util.List;
46
46
importjava.util.Set;
47
+
47
48
importjavax.websocket.Decoder;
48
49
importjavax.websocket.Encoder;
49
50
importjavax.websocket.Endpoint;
@@ -65,14 +66,12 @@ public MyEndpointConfiguration() {
0 commit comments