Jelajahi Sumber

Update SsdpCommunicationsServer.cs

BaronGreenback 5 tahun lalu
induk
melakukan
2272363197
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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;