Skip to content

Commit 33ced39

Browse files
committed
fix issue: 'UdpClientWrapper' - remove sync method 'Cancel' in async method
1 parent fd99132 commit 33ced39

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

NetSdrClientApp/Networking/UdpClientWrapper.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ public async Task StartListeningAsync()
4545
{
4646
Console.WriteLine($"Error receiving message: {ex.Message}");
4747
}
48-
finally
49-
{
50-
_cts?.Cancel();
51-
_cts?.Dispose();
52-
}
5348
}
5449

5550
public void StopListening()

0 commit comments

Comments
 (0)