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 0ef5ffe commit 2d8b765Copy full SHA for 2d8b765
GameFrameX.StartUp/DiscoverCenter/GameAppClient.cs
@@ -194,6 +194,7 @@ public async Task EntryAsync()
194
private void SendHeartBeat()
195
{
196
_reqActorHeartBeat.Timestamp = TimeHelper.UnixTimeMilliseconds();
197
+ _reqActorHeartBeat.UpdateUniqueId();
198
SendToServer(_reqActorHeartBeat);
199
}
200
0 commit comments