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

.net core 8 UDP Socket gets stuck on the first endpoint it sends to #99863

Closed
moustakakisCon opened this issue Mar 16, 2024 · 6 comments
Closed
Assignees
Milestone

Comments

@moustakakisCon
Copy link

Description

in .net core 8 (dotnet-sdk-8.0.203) the UDP socket will only send to the first endpoint used. trying to send to another endpoint ends up sending it in the first one used.

Screenshot 2024-03-16 161535

Screenshot 2024-03-16 161902

Reproduction Steps

[not available at the moment]

Expected behavior

Expected behaviour is for the socket to be able to send to the endpoint provided

Actual behavior

Actual behaviour is that the socket will only send to the first endpoint used.

Regression?

issue is not present in .net core 6 nor .net core 7

Known Workarounds

No response

Configuration

No response

Other information

No response

Copy link
Contributor

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Mar 16, 2024
@MichalPetryka
Copy link
Contributor

Duplicate of #97965?

@wfurt
Copy link
Member

wfurt commented Mar 19, 2024

It would be great if you can try the 9.0 build @moustakakisCon https://github.com/dotnet/installer
I'm trying to get the fix to servicing #99695

@wfurt wfurt removed the untriaged New issue has not been triaged by the area owner label Mar 19, 2024
@wfurt wfurt added this to the 9.0.0 milestone Mar 19, 2024
@wfurt
Copy link
Member

wfurt commented Mar 19, 2024

this was fixes in 9.0 by #98134. Backport is waiting for approval.

@wfurt wfurt self-assigned this Mar 19, 2024
@moustakakisCon
Copy link
Author

@wfurt i can confirm that in dotnet-sdk-9.0.100-preview.3.24165.20-win-x64 the issue is fixed

@karelz
Copy link
Member

karelz commented Mar 26, 2024

Duplicate of #97965

@karelz karelz closed this as completed Mar 26, 2024
@karelz karelz marked this as a duplicate of #97965 Mar 26, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Apr 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants