Diogo Martins

Results 21 comments of Diogo Martins

> I think it's neccesary for me to setup a linux environment on my i5-8300H computer (4 core 8 logic thread), the 2 core cloud machine hides the potential problems....

Hey hope you're doing fine, Given that on the benchmark platform wrk is the load tool used let's simplify the result analysis by focusing on results using wrk only, otherwise...

> I find the different , the pipelining-depth that I configured is 1000, which is bigger than yours, maybe you can also set a bigger value, 16 is too small....

> @MDA2AV so the web socket client of the integration test hangs indefinitely on line 33, and most of the time only on .NET 10. Need to check what the...

I'll take a look at it, could be a .NET 10 issue with ClientWebsocket, interestingly I think when I run tests on my machine they were passing, I'll check again...

I feel like it's something simpler, i ran tests 100 times and failed a few times on the imperative integration only, the reactive integration tests passed always, did you get...

Missing: - Unit tests for new Decode method - Integration tests for fragmented and pipelined frames

So basically having a similar mechanism as ASP.NET Core does with IServiceCollection where you can create extensions to it and then call them at the builder? I think we have...

Is this using the existing MediatR or create a framework for that?