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