-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSonconverter can't deserialize Akka.Actor.Status.Failure #3490
Comments
@AndreSteenbergen any idea what the underlying exception was? |
In my case it was Task.Cancelled Exception, inside AggregateException |
Ok, that shouldn't be the end of the world. This should be easy enough to reproduce. Happened over an Akka.Remote connection between two .NET Core 2.0 nodes? |
Yes, in a webcrawler project modified from the examples |
Bug report is faulted, the deserialization gives errors, I don't know which part is at fault. |
Akka 1.3.14 I have currently a related problem with RemoteDeploy An agent is remote deployed and make some work with Akka.Streams. The deployer throws on receive.
|
I made a separate topic #3903 on the problem its not realy a problem with the json serializer. |
Real issue here is #3903 - serialization of exceptions in Akka.Remote payloads. Going to address the issue there. |
Akka 1.3.8
.Net Core 2.0
Create an object of type Akka.Actor.Status.Failure and serialize using JsonConverter. It will trhrow an exception about JObject not being to cast to JValue
This is probably caused by the Exception.
The text was updated successfully, but these errors were encountered: