[*] 日常优化

This commit is contained in:
acgist
2023-08-26 10:39:00 +08:00
parent 7e4230c214
commit 032021a72f
41 changed files with 103 additions and 86 deletions

View File

@@ -1093,7 +1093,7 @@ public final class Taoyao implements ITaoyao {
final String clientId = MapUtils.get(body, "clientId");
final Room room = this.rooms.get(roomId);
if(room == null) {
Log.w(Taoyao.class.getSimpleName(), "无效房间:" + roomId);
Log.w(Taoyao.class.getSimpleName(), "离开房间(无效房间" + roomId);
return;
}
room.closeRemoteClient(clientId);