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

Fix serializing unknown notification #34

Merged
merged 1 commit into from
May 11, 2022
Merged

Fix serializing unknown notification #34

merged 1 commit into from
May 11, 2022

Conversation

kazk
Copy link
Member

@kazk kazk commented May 11, 2022

"id": null was added when serialized because of defaulting.
This causes invalid message error on client.

Use serde_json::Value to keep them as is.

`"id": null` was added when serialized because of defaulting.
This causes invalid message error on client.

Use `serde_json::Value` to keep them as is.
@kazk kazk merged commit 1f33f5a into main May 11, 2022
@kazk kazk deleted the fix-ser-unknown-message branch May 11, 2022 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant