Browse Source

ExclusiveAddressUse: cheated by the docs

Bond_009 3 năm trước cách đây
mục cha
commit
470d175f32
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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