xieb
2023-10-17 c7adeb1f4c48dfea357e824d69496fcaf1768d52
src/main/java/com/dji/sample/component/websocket/service/impl/WebSocketManageServiceImpl.java
@@ -75,7 +75,7 @@
        return RedisOpsUtils.hashKeys(key)
                .stream()
                .map(SESSIONS::get)
//                .filter(this.getValueWithWorkspace(workspaceId)::contains)
                .filter(this.getValueWithWorkspace(workspaceId)::contains)
                .collect(Collectors.toSet());
    }