kaiyu
2020-09-22 8055e2dec629a0a1a8f468d8713bca80c2df9116
src/main/java/com/moral/webSocketServer/WebSocketServer.java
@@ -114,7 +114,7 @@
        /**从安全Set中 移除当前连接对象*/
        webSocketSet.remove(this);
        try {
            channel.queueDelete("deviceInfo_" + accountId);
            //channel.queueDelete("deviceInfo_" + accountId);
            connection.close();
        } catch (IOException e) {
            log.error(e.getMessage());