SocketIo.Core
SocketIo.Core copied to clipboard
UdpClient fails when set ExclusiveAddressUse in Debian
I've tried to run the example showed in readme.md
it works in Windows, but fails in Debian,
it fails inside GetUDP method, when client.ExclusiveAddressUse is set to false
removing that line made it works in debian, it works in windows 10 too.
Investigating it I have reached to this issue: https://github.com/dotnet/corefx/issues/11292