-
Notifications
You must be signed in to change notification settings - Fork 3
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
Newtonsoft.Json.Linq.JObject is not serialized/deserialized correctly #62
Comments
@VikVelev - could you please comment when you have the code committed |
Debugged the issue using the sample code, it was reproducible under both 0.4.x and 0.5.1. Sample stack trace:
Added some logging in 0.5.2 (e33f9ce), and made sure that a deserialization failure does not cause a complete stop of message processing, which should help debug and handle instances of similar issues in the future. As |
Send large object before the previous is handled by the listening stream leads to stalling.
The text was updated successfully, but these errors were encountered: