-
Notifications
You must be signed in to change notification settings - Fork 13
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
support H packet #19
Comments
I think only |
This is the simplest fix for bug luser#19.
This is the simplest fix for bug luser#19.
I don't have strong feelings here, but I guess if it's just a bit of state then there's no reason we couldn't have this crate store the current thread, and any command that operates on the current thread could just have a |
Since we need |
The H packet is needed to set state for other packets.
It's easy enough to parse and forward to the handlers; but I wonder if it would make sense to either provide a mixin that handles the state management; or to handle the state directly in the implementation.
The text was updated successfully, but these errors were encountered: