-
Notifications
You must be signed in to change notification settings - Fork 208
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
Windows port binding #27
Comments
Paging @tgulacsi, any ideas? |
https://golang.org/pkg/net/#pkg-note-BUG says So this does not work on Windows. What are these listeners used for? Why are they acquired by the master? |
If you don't set If I recall correctly, this listener can be used to keep connections intact between upgrades. Maybe it should be feature flagged so it doesn't even attempt to run on Windows. |
Even using the workaround commented here to retrieve some file descriptor golang/go#10350 (comment), it does not work, since windows does not support |
For anyone interested, I am making a package to support windows port transfer. It is inspired by Feel free to have a look and let me know if it works for you: https://code.pfad.fr/risefront |
I'm trying to run overseer-based application on windows server 2016 and getting
No matter what port I use (I've tried several from different ranges) - the error is the same.
On mac os the same application works just fine.
Any hints on this? That was quite unexpected.
The text was updated successfully, but these errors were encountered: