logicaloud

Results 37 comments of logicaloud

The nightly image works. Replacing the final `FROM` with `FROM mcr.microsoft.com/dotnet/nightly/aspnet:8.0-jammy-chiseled-extra` results in a functioning container with the `System.Private.CoreLib.dll` size back to 14 MB. This is of course not ideal...

Sorry about sounding the alarm. I have found the cause of the issue, which was a corrupted Docker installation on the Raspberry Pi. Apparently this has resulted in some corrupted...

Looks feasible. @AlexNik4, maybe you could run benchmarks "MessageDeliveryBenchmark", "SubscribeBenchmark", and "UnsubscribeBenchmark" and compare the Before and After to cover other scenarios as well? So far application message handling was...

Looks good to me. Up to @chkr1011 for review but here are some ideas regarding naming of variables that may convey the meaning a bit better. Instead of `_simpleTopicsToSession`: `_simpleTopicToSessions`...

Could you share the client side code that produces the issue as a minimal example?

I have tried the following test with the latest 4.x release and a .NET 8 console app calling `InterceptTest.InterceptServerStart`, but it never reported a mismatch. Any suggestions what else could...

@chkr1011, the code does not compile without `return CompletedTask.Instance;`, so presumably it was a mistake in the code sample. The client side construction of the messages would be the next...