refactor: 实时在线用户统计代码重构优化

This commit is contained in:
ray
2024-08-26 00:14:17 +08:00
parent b2c6babae3
commit 19654de4de
4 changed files with 45 additions and 17 deletions

View File

@@ -6,5 +6,4 @@ public interface WebsocketService {
void removeUser(String username) ;
int getOnlineUserCount() ;
}