This commit is contained in:
@@ -220,7 +220,7 @@ public class WebSocketRunner implements Runnable {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void closeRunner() {
|
public synchronized void closeRunner() {
|
||||||
if (closed) return;
|
if (closed) return;
|
||||||
closed = true;
|
closed = true;
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user