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
Some network protocols have dynamic length packets, so we can not have a single buf.remaining() check before starting parsing them. In that case before get_* we need to check the remaining length to avoid assertions.
I believe try_get_* methods that do not assert they will help us write cleaner code.
msiemens, KizzyCode, zwlxt, Nerixyz, liam-b and 11 more