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
Based on the discussion in #82 (diff), we determined the behavior of MessageBufferInput.next() as follows:
MessageBufferInput.next() returns null if there're no more buffers. Unpacker throws MessageDataInsufficientException (which extends MessagePackException) if more data is necessary to unpack a value.