fix dirty hack from reini
This commit is contained in:
@@ -45,10 +45,6 @@ public class PrinterDiscoveryBackgroundTask
|
|||||||
// Run immediately on start
|
// Run immediately on start
|
||||||
await DiscoverAndNotifyAsync();
|
await DiscoverAndNotifyAsync();
|
||||||
|
|
||||||
// Scan once for now, then exit
|
|
||||||
// By Reini, because we are loosing connection on frequent scans
|
|
||||||
return;
|
|
||||||
|
|
||||||
// Then run periodically
|
// Then run periodically
|
||||||
while (!cancellationToken.IsCancellationRequested)
|
while (!cancellationToken.IsCancellationRequested)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user