This repository has been archived by the owner on Mar 11, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
msgpack: Fixes for 'Unpacker' and 'Unpacked'
Add a constructor to 'Unpacked' to call 'msgpack_unpacked_init'. Let 'off' be 'null' by default in 'Unpacked.next'. Add 'buffer_consumed' to 'Unpacked' which has to be invoked once we write to 'buffer' with the number of bytes written. Make 'data' in 'Unpacker' return an unowned 'Object' since it is held by the unpacker.
- Loading branch information