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
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.
Find some way to avoid doing that. Maybe have a
is_last_fragclassmethod inmessage.Messagewhich operates directly on the bytes object instead of constructing a Message object from the bytes first.