Beffyman / SocketIo.Core

Socket.Io for .Net Core
MIT License
34 stars 18 forks source link

UdpClient fails when set ExclusiveAddressUse in Debian #1

Open CharcoStudios opened 7 years ago

CharcoStudios commented 7 years ago

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