refactor(rpc): 重构服务器信息获取逻辑,移除冗余锁机制并优化踢人逻辑
This commit is contained in:
@@ -63,7 +63,7 @@ func (h *ServerHandler) RegisterLogic(ctx context.Context, id, port uint16) erro
|
||||
}
|
||||
Clientmap[port] = &revClient
|
||||
|
||||
Refurh()
|
||||
//Refurh()
|
||||
return nil
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user