We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d371b commit 8b81c4cCopy full SHA for 8b81c4c
WpfClient/LUC.DiscoveryService/DiscoveryServiceFacade.cs
@@ -20,7 +20,7 @@ public static class DiscoveryServiceFacade
20
public static DiscoveryService InitWithoutForceToStart( ICurrentUserProvider currentUserProvider, ISettingsService settingsService )
21
{
22
DsBucketsSupported.Define( currentUserProvider, out ConcurrentDictionary<String, String> bucketsSupported );
23
- HashSet<String> bucketsSupported = new HashSet<String>();
+
24
DiscoveryService discoveryService = InternalInitWithoutForceToStart( currentUserProvider, bucketsSupported, settingsService.MachineId );
25
return discoveryService;
26
}
0 commit comments