2
0
Эх сурвалжийг харах

ExclusiveAddressUse: cheated by the docs

Bond_009 3 жил өмнө
parent
commit
470d175f32

+ 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