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
Current v07-draft branch uses limit() setLimit(...) methods to obtain the written data range. Instead, we should provide MessageBuffer slice(int offset, int len) method to make MessageBuffer immutable (except its memory contents).