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 4c87342 commit 12fe6fcCopy full SHA for 12fe6fc
src/main/java/org/java_websocket/WebSocketImpl.java
@@ -138,7 +138,7 @@ public class WebSocketImpl implements WebSocket {
138
/**
139
* Attribut to synchronize the write
140
*/
141
- private static final Object synchronizeWriteObject = new Object();
+ private final Object synchronizeWriteObject = new Object();
142
143
144
* Attribute to cache a ping frame
0 commit comments