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

feat: add decode method in DataProcess trait #22

Merged
merged 5 commits into from
Feb 18, 2025

Conversation

MichaelScofield
Copy link
Contributor

@MichaelScofield MichaelScofield commented Feb 11, 2025

This pr mainly add decode method in DataProcess trait.

Purpose: free the space of data block as soon as possible, which happens after decode and before the message process. Before this pr, it happens after data process.

@fengys1996 fengys1996 self-requested a review February 17, 2025 08:53
Co-authored-by: fys <40801205+fengys1996@users.noreply.github.com>
@fengys1996 fengys1996 changed the title Decode the message's raw data bytes early... feat: add decode method in DataProcess trait Feb 17, 2025
Copy link
Owner

@fengys1996 fengys1996 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution. LGTM

@fengys1996 fengys1996 merged commit 66d772f into fengys1996:main Feb 18, 2025
2 checks passed
@MichaelScofield MichaelScofield deleted the test branch February 18, 2025 01:26
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.

2 participants