mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
合理化Address协议逻辑
合理化Address协议逻辑
This commit is contained in:
@@ -75,7 +75,7 @@ namespace TEngine.Demo
|
||||
private void OnConnectComplete()
|
||||
{
|
||||
IsConnect = true;
|
||||
Scene.Session.AddComponent<SessionHeartbeatComponent>().Start(15);
|
||||
Scene.Session.AddComponent<SessionHeartbeatComponent>().Start(15000);
|
||||
LogDebug("已连接到服务器");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user