* 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:
2022-02-03 14:42:38 -06:00
parent 9487b993eb
commit c0c1d7a9bb
8 changed files with 27 additions and 27 deletions
@@ -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");
}
}