🔨 added a check function for MsgPack strings #497
To avoid the error described in #497, I added a function msgpack_expect_string that is executed every time a string is expected during the parsing of a map. In case the current byte does not belong to a MsgPack string, an exception is thrown.
Showing
Please register or sign in to comment