Skip to content

Conversation

@stemvork
Copy link
Contributor

In NBN_GameClient_StartEx(...) we check if the host == "localhost" and use "127.0.0.1" instead. Also, updated the echo example to use host "localhost" to test this change. Everything seems to be working.

In NBN_GameClient_StartEx(...) we check if the host == "localhost" and use "127.0.0.1" instead.
Also, updated the echo example to use host "localhost" to test this change. Everything seems to be working.
@stemvork
Copy link
Contributor Author

Interesting, that most tests succeed but 3 fail. I do not see how failing the emcc or webrtc soak tests is related to the code changed and could use some guidance on how to succesfully fix the issue.

@nathhB
Copy link
Owner

nathhB commented Sep 12, 2024

@stemvork the problem was indeed not related to your changes, it was an issue with emscripten version which I fixed in this commit: a33a169

regarding the PR, the change looks OK for resolving localhost but the idea behind the original issue was to resolve any domain name.

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.

2 participants