-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running on 127.0.0.1 breaks Windows support #48
Comments
as per @Meshiest in https://github.com/naia-rs/naia-socket/issues/24 I'm running into this. replacing |
I can confirm that the same fix works for me on windows. I'd be interested in contributing a fix, if could give me advice on the best path forward please? The different options I see:
|
Also running into this and fix also works for me. I'd also be happy to help fix the problem rather than maintaining my own fork |
Adding in a bit more info, my fix originally used the auto-detection option, but that one can break as well. Sometimes naia returns my LAN IP (192.168.1.100) rather than localhost (127.0.0.1), in which case the auto-detect obviously fails. I'm now brute forcing it to 0.0.0.0 when cfg(target_os = "windows") |
As per @smokku in https://github.com/naia-rs/naia-socket/issues/24
Change bd5365c breaks Windows support.
The text was updated successfully, but these errors were encountered: