于紫祥_1901
2020-09-22 1a6a37323323039af782749f447600de21c8fdc4
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());