浏览代码

Update SsdpCommunicationsServer.cs

BaronGreenback 5 年之前
父节点
当前提交
27f6e1ddc8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;