You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.