From 470d175f32aaae980cd301e6e5fc4b5a1630576d Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Thu, 10 Mar 2022 20:51:22 +0100 Subject: [PATCH] ExclusiveAddressUse: cheated by the docs --- Emby.Server.Implementations/Net/SocketFactory.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Emby.Server.Implementations/Net/SocketFactory.cs b/Emby.Server.Implementations/Net/SocketFactory.cs index 58fa14948d..21795c8f86 100644 --- a/Emby.Server.Implementations/Net/SocketFactory.cs +++ b/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