We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version Information Version of Akka.NET? 1.4.25 Which Akka.NET Modules? Akka.IO
Describe the bug UdpListener responds with IPv6 local address (Bound message) when IPv4 Bind message is sent.
To Reproduce Steps to reproduce the behavior:
Expected behavior Bound message with IPv4 local address.
Actual behavior Bound message with IPv6 local address.
Screenshots
Environment Windows .NET Framework 4.8
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @jjmSE
Sorry, something went wrong.
@jjmSE If i'm reading the microsoft documentation correctly, this should be an easy fix, we'll look into it ASAP.
Arkatufus
Successfully merging a pull request may close this issue.
Version Information
Version of Akka.NET? 1.4.25
Which Akka.NET Modules? Akka.IO
Describe the bug
UdpListener responds with IPv6 local address (Bound message) when IPv4 Bind message is sent.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Bound message with IPv4 local address.
Actual behavior
Bound message with IPv6 local address.
Screenshots
Environment
Windows
.NET Framework 4.8
The text was updated successfully, but these errors were encountered: