Skip to content

Merge version 5.6.0 changes to amazon-gamelift/main - #19

Merged
saatvik-agrawal-aws merged 13 commits into
mainfrom
develop
Aug 4, 2026
Merged

Merge version 5.6.0 changes to amazon-gamelift/main#19
saatvik-agrawal-aws merged 13 commits into
mainfrom
develop

Conversation

@saatvik-agrawal-aws

Copy link
Copy Markdown
Contributor
  • Adds the InitCustomLogger() server SDK action to route server SDK log output to a custom logging callback, for example the Unreal Engine logging system.
  • Improves logging with thread IDs in log messages and more robust logger initialization.
  • Fixes SDK initialization to report failures correctly, and prevents the server from waiting indefinitely on a broken WebSocket reconnection.

&& network["IPv4Addresses"].Size() > 0) {
std::string containerIp = network["IPv4Addresses"][0].GetString();
std::string gatewayIp = containerIp.substr(0, containerIp.find_last_of('.')) + ".1";
return "http://" + gatewayIp + ":" + std::to_string(DISCOVERY_SERVER_PORT);
@wenxiul
wenxiul self-requested a review August 4, 2026 18:45
@saatvik-agrawal-aws
saatvik-agrawal-aws merged commit 7c2a5a7 into main Aug 4, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants