You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix serialization verification problem with Akka.IO messages (#4974)
* Fix serialization verification problem with Akka.IO messages
* Wrap naked SocketAsyncEventArgs in a struct that inherits INoSerializationVerificationNeeded
* Make the wrapper struct readonly
* Expand exception message with their actor types
* Update API Approver list
thrownewSerializationException($"Failed to serialize and deserialize payload object [{unwrapped.GetType()}]. Envelope: [{envelope}], Actor type: [{Actor.GetType()}]",e);
0 commit comments