-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Add DualMode support for Endpoints to listen on IPv4 and IPv6 at the same time #1267
Conversation
You hit the issue with 7.4.1 on Windows |
@mdaneri What issue's that? 👀 |
The issue is that on Windows with pwsh 7.4.x, without any apparent reason, the endpoint refuses any incoming connection. If you go back to 7.3.x or you are using Linux or Mac, the problem never manifests itself |
I forgot to mention that when the test fails, it always happens with the restful test |
Interesting, I do have 7.4.1 locally and only tend to see it happen in a GitHub; I'll have to run it several times locally see if I can get it to trigger 🤔 |
My Windows is virtual and fails almost every time |
I think I found the source of the trouble Looks like the |
@Badgerati I "fixed" the restful HTTPS test with 7.4.x |
Description of the Change
Adds a new
-DualMode
switch onAdd-PodeEndpoint
, to enable support for listening on both IPv4 and IPv6 for an-Address
(if IPv6 is supported).Related Issue
Resolves #1251
Examples