This commit is contained in:
地平线
2015-08-24 17:24:27 +08:00
parent 0ce0564cb5
commit 410f3e2fd6

View File

@@ -220,7 +220,7 @@ public class WebSocketRunner implements Runnable {
}
}
public void closeRunner() {
public synchronized void closeRunner() {
if (closed) return;
closed = true;
try {