Skip to content
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

[ECO-4807] fix: message extras decoding #524

Merged
merged 1 commit into from
May 21, 2024

Conversation

ttypic
Copy link
Contributor

@ttypic ttypic commented May 21, 2024

Resolves #523

By default JsonObject is deserializing into Map<Object?, Object?>, we need to do explicit cast to get Map<String, dynamic>

By default `JsonObject` is deserializing into `Map<Object?, Object?>`, we need to do explicit cast to get `Map<String, dynamic>`
@ttypic ttypic merged commit a7280b9 into main May 21, 2024
8 checks passed
@ttypic ttypic deleted the ECO-4807/fix-message-extras-decoding branch May 21, 2024 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Message extras deserialization not working
2 participants