Pavel Novikov
Pavel Novikov
Added generic overloads for LifetimeScope.CreateChild``() This allows us to create child scopes of specific type like this: `var customScope = _parentScope.CreateChild()` Now we can select this programmatically created CustomScope to...
Hello I've noticed, gRPC requests made with YetAnotherHttpHandler are processed slower by backend server. I compared processing time for requests made with - .NET HttpHandler - BestHTTP-based HttpHandler (Unity package)...
Hi. I'm trying to use .AttachExternalCancellation(token) and noticed that when a task is cancelled externally, the code following await is executed on a different thread. Is this expected behavior? Wish...