diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-06-26 15:22:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-26 15:22:39 +0100 |
| commit | 27f6e1ddc8924c108787a2f5f7622ed910e5cb72 (patch) | |
| tree | 6b083e1d2ac3b932a4b2d4c6e948c3bc59816d03 | |
| parent | f01baad05e5abc8875fa36f9075f8684857115e7 (diff) | |
Update SsdpCommunicationsServer.cs
| -rw-r--r-- | RSSDP/SsdpCommunicationsServer.cs | 2 |
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; |
