Browse Source

Update SsdpCommunicationsServer.cs

BaronGreenback 5 năm trước cách đây
mục cha
commit
27f6e1ddc8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;