mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
Updated v2_0_cpp_unpacker (markdown)
+1
-1
@@ -210,7 +210,7 @@ Those msgpack::unpack functions may throw msgpack::unpack_error.
|
||||
* You get msgpack::unpack_error with "parse error" message if the buffer's msgpack data is invalid format.
|
||||
* You get msgpack::unpack_error with "insufficient bytes" message if the buffer from off(offset) position contains incomplete msgpack data.
|
||||
|
||||
In order to use these unpack functions, the client need to prepare sevral number of complete msgpack data. If the client may get incomplete msgpack data, then use msgpack::unpacker.
|
||||
In order to use these unpack functions, the client need to prepare several number of complete msgpack data. If the client may get incomplete msgpack data, then use msgpack::unpacker.
|
||||
|
||||
#### Limit size of elements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user