BaronGreenback 4 роки тому
батько
коміт
5db998e135
1 змінених файлів з 1 додано та 2 видалено
  1. 1 2
      RSSDP/SsdpDeviceLocator.cs

+ 1 - 2
RSSDP/SsdpDeviceLocator.cs

@@ -33,9 +33,8 @@ namespace Rssdp.Infrastructure
             }
             }
             
             
             _CommunicationsServer = communicationsServer;
             _CommunicationsServer = communicationsServer;
-
-            // This can occur is dlna is enabled, but defined to run over https.
             _CommunicationsServer.ResponseReceived += CommsServer_ResponseReceived;
             _CommunicationsServer.ResponseReceived += CommsServer_ResponseReceived;
+
             _Devices = new List<DiscoveredSsdpDevice>();
             _Devices = new List<DiscoveredSsdpDevice>();
         }
         }