mrak1990
Results
1
issues of
mrak1990
Now ReadUntilCancelledAsync() and ReadAllAsEnumerablesAsync() catches all OperationCanceledException exceptions, even if they were thrown by user code in receiver. ```csharp using var httpClient = new HttpClient(); httpClient.Timeout = TimeSpan.FromSeconds(5); var url...