whyczh
2022-03-03 019c65d0fbe4ee204671055ef81074e3d595b5b8
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 {