Closed
Description
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.
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