完成离线消息发送和上线获取离线消息
This commit is contained in:
@@ -9,7 +9,7 @@ public class GateUnitSessionComponentSystem : DestroySystem<GateUnitSessionCompo
|
||||
var gateUnitManageComponent = self.Scene.GetComponent<GateUnitManageComponent>();
|
||||
if (gateUnitManageComponent != null)
|
||||
{
|
||||
_ = gateUnitManageComponent.Remove(self.AccountID);
|
||||
_ = gateUnitManageComponent.Offline(self.AccountID, self.SessionId);
|
||||
}
|
||||
|
||||
self.AccountID = 0;
|
||||
|
||||
Reference in New Issue
Block a user