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
Many protocols need to be able to take "the rest" of a packet, and interpret it as an array/buffer. Currently, we specify new types like endOfArray or restBuffer. It'd be nice to avoid using new types, and instead use the count mechanism to abstract this away.
The text was updated successfully, but these errors were encountered:
Many protocols need to be able to take "the rest" of a packet, and interpret it as an array/buffer. Currently, we specify new types like endOfArray or restBuffer. It'd be nice to avoid using new types, and instead use the count mechanism to abstract this away.
The text was updated successfully, but these errors were encountered: