Skip to content
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

UdpListener: Responds IPv6 Bound message with IPv4 Bind message #5344

Closed
jjmSE opened this issue Oct 25, 2021 · 2 comments · Fixed by #5349
Closed

UdpListener: Responds IPv6 Bound message with IPv4 Bind message #5344

jjmSE opened this issue Oct 25, 2021 · 2 comments · Fixed by #5349
Assignees
Milestone

Comments

@jjmSE
Copy link

jjmSE commented Oct 25, 2021

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:

  1. Send Udp.Bind message with IPv4 address.
  2. Udp.Bound message with IPv6 is received.

Expected behavior
Bound message with IPv4 local address.

Actual behavior
Bound message with IPv6 local address.

Screenshots
image

Environment
Windows
.NET Framework 4.8

@Aaronontheweb
Copy link
Member

Thanks for reporting this @jjmSE

@Arkatufus
Copy link
Contributor

@jjmSE If i'm reading the microsoft documentation correctly, this should be an easy fix, we'll look into it ASAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants