Explorar o código

ExclusiveAddressUse: cheated by the docs

Bond_009 %!s(int64=3) %!d(string=hai) anos
pai
achega
470d175f32
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Emby.Server.Implementations/Net/SocketFactory.cs

+ 2 - 0
Emby.Server.Implementations/Net/SocketFactory.cs

@@ -80,6 +80,8 @@ namespace Emby.Server.Implementations.Net
 
             var retVal = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp);
 
+            retVal.ExclusiveAddressUse = false;
+
             try
             {
                 // seeing occasional exceptions thrown on qnap