aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-06-26 15:24:46 +0100
committerGitHub <noreply@github.com>2020-06-26 15:24:46 +0100
commit2272363197660939ec5474ea76fca2f9445993be (patch)
tree6257fcea83b24bf185ddc5f89f141222add7eed1
parent27f6e1ddc8924c108787a2f5f7622ed910e5cb72 (diff)
Update SsdpCommunicationsServer.cs
-rw-r--r--RSSDP/SsdpCommunicationsServer.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/RSSDP/SsdpCommunicationsServer.cs b/RSSDP/SsdpCommunicationsServer.cs
index 8fde700e0..a4be32e7d 100644
--- a/RSSDP/SsdpCommunicationsServer.cs
+++ b/RSSDP/SsdpCommunicationsServer.cs
@@ -339,7 +339,6 @@ namespace Rssdp.Infrastructure
private ISocket ListenForBroadcastsAsync()
{
var socket = _SocketFactory.CreateUdpMulticastSocket(SsdpConstants.MulticastLocalAdminAddress, _MulticastTtl, SsdpConstants.MulticastPort);
-
_ = ListenToSocketInternal(socket);
return socket;