Explorar o código

Update SsdpCommunicationsServer.cs

BaronGreenback %!s(int64=5) %!d(string=hai) anos
pai
achega
2272363197
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      RSSDP/SsdpCommunicationsServer.cs

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