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

sender method unnecessarily unpacks the Message object just to check if it's the last frag #19

Open
mtahmed opened this issue Dec 10, 2013 · 0 comments
Labels

Comments

@mtahmed
Copy link
Owner

mtahmed commented Dec 10, 2013

Find some way to avoid doing that. Maybe have a is_last_frag classmethod in message.Message which operates directly on the bytes object instead of constructing a Message object from the bytes first.

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

No branches or pull requests

1 participant