Aaron Stannard

Results 589 comments of Aaron Stannard

I love how @dsyme can get me this excited for the concept of implementing nothingness inside my applications.

Any update on this? Ran into this issue in https://github.com/akkadotnet/akka.net/pull/5197

Yeah the idea that the serializer itself isn't / can't be thread-safe seems crazy to me. Move the state to the context or the call, not the callsite itself.

Note: there will be multiple sub-issues which reference this one, such as necessary Akka.Streams changes.

Looking at #3328 as a first step for implementing this. If that is successful, the next steps are: 1. Making necessary upgrades to Akka.Streams to support the Artery implementation 2....

Related: https://github.com/akkadotnet/akka.net/pull/4235

So I've been looking into doing this using those APIs here: https://github.com/Aaronontheweb/SystemMemorySerializer/pull/2 I have a few reasons for thinking that this won't be feasible so long as we allow third...

That's correct - we don't have any control over how cert validation is handled, although I think when you suppress validation that does mean everything.

Got it. I've reopened the issue and marked it as "up for grabs" Our team does a ton of work on issues reported by end-users without any compensation, but we...