Browse Source

Update SsdpCommunicationsServer.cs

BaronGreenback 5 years ago
parent
commit
27f6e1ddc8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      RSSDP/SsdpCommunicationsServer.cs

+ 1 - 1
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;