We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced3df7 commit 96a893eCopy full SHA for 96a893e
GameFrameX.StartUp/AppStartUpByGameAppClient.cs
@@ -74,6 +74,10 @@ private void StartGameAppClient()
74
OnMessage = GameAppClientOnMessage,
75
OnError = GameAppClientOnError,
76
OnHeartBeat = GameAppClientOnHeartBeat,
77
+ ConnectDelay = Setting.GameAppClientConnectDelay,
78
+ RetryDelay = Setting.GameAppClientRetryDelay,
79
+ HeartBeatInterval = Setting.GameAppClientHeartBeatInterval,
80
+ MaxRetryCount = Setting.GameAppClientMaxRetryCount,
81
};
82
83
if (Setting.DiscoveryCenterHost.IsNullOrEmptyOrWhiteSpace())
0 commit comments