Updated v2_0_cpp_unpacker (markdown)

Chuntao Hong
2019-09-18 10:35:29 +08:00
parent 95a0099e80
commit 29da80210e
+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