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
length implies the underlying buffer is of that length, which it isn't necessarily. limit is more accurate as it is the largest index at which the ByteBuffer will read to.
Hey friends,
I've just upgraded from 2.x to 4.x and now my buffers are missing
length
property... is that expected? What's the alternative I should be using?The text was updated successfully, but these errors were encountered: