电话呼出连接逻辑修改,增加多手机号兼容
This commit is contained in:
@@ -88,6 +88,7 @@ public class WebSocketServer {
|
||||
@OnClose
|
||||
public void onClose() {
|
||||
if (webSocketMap.containsKey(tenantId)) {
|
||||
webSocketMap.get(tenantId).mobiles.forEach(mobile -> redisUtilPool.delKey(mobile));
|
||||
webSocketMap.remove(tenantId);
|
||||
//从set中删除
|
||||
subOnlineCount();
|
||||
|
||||
Reference in New Issue
Block a user