Bruno Blank
Results
2
issues of
Bruno Blank
Hi, we have started seeing HttpRequestExceptions from the SDK when the send-load increase Here is the stacktrace: ``` System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.IO.IOException: The server...
Make IAsyncInterceptor easier use. * Implementation can be `async` directly. * `await` can be used on `invocation.Proceed()` as it returns the value including `Task` support
enhancement