aboutsummaryrefslogtreecommitdiff
path: root/RSSDP
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-06-26 15:22:39 +0100
committerGitHub <noreply@github.com>2020-06-26 15:22:39 +0100
commit27f6e1ddc8924c108787a2f5f7622ed910e5cb72 (patch)
tree6b083e1d2ac3b932a4b2d4c6e948c3bc59816d03 /RSSDP
parentf01baad05e5abc8875fa36f9075f8684857115e7 (diff)
Update SsdpCommunicationsServer.cs
Diffstat (limited to 'RSSDP')
-rw-r--r--RSSDP/SsdpCommunicationsServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/RSSDP/SsdpCommunicationsServer.cs b/RSSDP/SsdpCommunicationsServer.cs
index 3c52a0c2f..8fde700e0 100644
--- a/RSSDP/SsdpCommunicationsServer.cs
+++ b/RSSDP/SsdpCommunicationsServer.cs
@@ -339,7 +339,7 @@ namespace Rssdp.Infrastructure
private ISocket ListenForBroadcastsAsync()
{
var socket = _SocketFactory.CreateUdpMulticastSocket(SsdpConstants.MulticastLocalAdminAddress, _MulticastTtl, SsdpConstants.MulticastPort);
-
+
_ = ListenToSocketInternal(socket);
return socket;