no message

This commit is contained in:
sk 2024-09-19 15:57:06 +08:00
parent 434263a753
commit d6491b2b72
1 changed files with 2 additions and 1 deletions

View File

@ -101,13 +101,14 @@ func (ssm *ServerSessionMgr) UnregisteSession(s *netlib.Session) bool {
l.OnUnregiste(s)
}
}
return true
} else {
logger.Logger.Tracef("服务器注册信息已经删除")
}
}
}
return true
return false
}
func (ssm *ServerSessionMgr) GetSession(areaId, srvType, srvId int) *netlib.Session {