Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Refactor: Preserve Raw Message in Message Parser #93

Merged

Conversation

CanardConfit
Copy link
Contributor

Updated the parse method to ensure that raw_message refers to the original unprocessed message received by the parser.

This avoids unintended transformations, preventing the need for explicit casting when accessing raw_message. Renamed raw_message parameter to raw_message_str to clarify its nature before JSON deserialization.

@Era-Dorta Era-Dorta merged commit b94a4cf into filipre:master Feb 8, 2025
2 checks passed
@Era-Dorta
Copy link
Collaborator

Thanks for the PR.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants