Aaron Stannard

Results 589 comments of Aaron Stannard

@pglombardo thanks! I'll retry this without the packet size setting

Hi @pglombardo - I ended up writing my own MQTT library in C# https://github.com/petabridge/TurboMqtt

Ouch, migrating to use `NetworkStream` hurts: ``` BenchmarkDotNet v0.13.12, Windows 11 (10.0.22631.3593/23H2/2023Update/SunValley3) 12th Gen Intel Core i7-1260P, 1 CPU, 16 logical and 12 physical cores .NET SDK 8.0.204 [Host] :...

Better: ``` BenchmarkDotNet v0.13.12, Windows 11 (10.0.22631.3593/23H2/2023Update/SunValley3) 12th Gen Intel Core i7-1260P, 1 CPU, 16 logical and 12 physical cores .NET SDK 8.0.204 [Host] : .NET 8.0.4 (8.0.424.16909), X64 RyuJIT...

Some sort of encoding issue creeped its way into the transport here: ``` // BeforeAnythingElse // Benchmark Process Environment Information: // BenchmarkDotNet v0.13.12 // Runtime=.NET 8.0.4 (8.0.424.16909), X64 RyuJIT AVX2...

Should be fixed - we will find out

Still failing: ```text Searching for tags associated with target commit: 01cbfc4af2b2e01151cf865607aaa7b7f209d4e2 Found a tag for target commit: 01cbfc4af2b2e01151cf865607aaa7b7f209d4e2 Computing changes made in this release... Fetching the latest published release... No...

I thought GitHub Releases would be fixed by having another one to do a timeline comparison to but apparently I'm wrong...

Marking this bug as critical - one of the major side effects from this issue is that we can create split brains with all cluster singletons during deployments when the...