src/main/java/com/whyc/webSocket/DeviceWorkStateSocket.java
@@ -51,7 +51,7 @@ Fbs9100State stateParam = ActionUtil.getGson().fromJson(msg, Fbs9100State.class); this.thread = new Thread("Thread_DeviceWorkState") { public void run() { while (runFlag) { while (runFlag && !isInterrupted()) { Thread thread = currentThread(); threadFlagMap.put(thread.getId(), true); try {