电话呼出连接逻辑修改,增加多手机号兼容

This commit is contained in:
俞扬
2023-08-26 13:52:47 +08:00
parent 3e93ad3fb3
commit 6af1e6b3e8

View File

@@ -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();