lontivero/Open.NAT

Task.WhenAll throws when a searcher task completes while others are running

snake-4 opened this issue · 0 comments

await Task.WhenAll(searcherTasks);

this line throws an exception that says Task cancelled if a searcher task finds a device before the other task quits.