Aaron Stannard
Aaron Stannard
> https://github.com/akkadotnet/akka.net/blob/523e15c43c3927a8e14c34bd4647afdb7bf14dac/src/core/Akka/Serialization/NewtonSoftJsonSerializer.cs#L237 > > Looks like this bit of code is causing havoc on exception (de)serialization. Any way to bypass it for exceptions? You can always subclass the `NewtonsoftJsonSerializer` to...
> Yes, such a possibility to inject custom converters would be great! Alright - this will also allow us to add some programmatic filtering for security purposes in our default...
This change is now available as of the most recent Akka.NET Nightly builds and will be released as part of Akka.NET v1.4.19, per https://github.com/akkadotnet/akka.net/issues/4877
(the newtonsoft.json change, that is)
> Do we have an DTO for errors / failures? Not yet - still need a serialization solution for that.
I think we ought to add a unit test for this
> Why do this unit test builds fail? Nothing to do with your PR - some of these specs are racy due to being designed to fit a bounded schedule,...
@Zetanova I will review this soon!
Hi Andy, That's correct - different transports have different ways of configuring this value, in theory, but the only effective one for the out of the box defaults in Akka.Remote...
> @Aaronontheweb - what do you think? I'll take a look!