mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-18 13:44:21 +00:00
* qConnectionPage.xaml.cs:
* QFinder.cs: Update zeroconf string * README.md: * packages.config: * qController.iOS.csproj: * qController.Droid.csproj: * qController.csproj: Update Dependencies * QStorage.cs: Update Log Level
This commit is contained in:
@@ -16,7 +16,7 @@ namespace qController.Communication
|
||||
public async void SearchForWorkspaces()
|
||||
{
|
||||
Log.Debug("QFINDER - Scanning Started");
|
||||
IReadOnlyList<IZeroconfHost> results = await ZeroconfResolver.ResolveAsync("_qlab._udp.local.");
|
||||
IReadOnlyList<IZeroconfHost> results = await ZeroconfResolver.ResolveAsync("_qlab._tcp.local.");
|
||||
Log.Debug("QFINDER - Scanning Done");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user