mgamache
mgamache
By staring a second client on the same machine I was able to double the bandwidth transfer on the same connection so this suggests a rate limit inside each client....
Thanks for the clarification. Yes, the UI is a little confusing. Most GUI menu items to set options lead to dialogs. Are there others that just lead to opening an...
This is the same issue I have with my project (using .net 5.0 / asp.net MVC). Note: _**ConfigureServices**_ is called, but not _**Configure**_ on the asp.net startup class. It just...
I think you can delete this request :)
I am getting the `dotnet-warp only supports x64 architectures.` error. Brand new .net core 3.0 project (set to x64). What is causing this?
Sorry no I am running Win 10 (64bit).
easy fix, but i noticed this also...
CreateApplicationBuilder is the default for background workers so it would be nice to add UseWolverine(). I will be looking for an alternative unfortunately.