Closed AlirezaGhanbarinia closed 2 years ago
Hello Thank you for useful library I want to use feature ignoreUnknownKeys = true when using MsgPack.decodeFromByteArray , I get an error unknownfieldexception
ignoreUnknownKeys = true
MsgPack.decodeFromByteArray
unknownfieldexception
Thank you for reporting this! This is a missing feature actually, I will try to make a 0.4.4 release including it.
0.4.4 will be released soon with this feature
thank you @esensar 🙏
Hello Thank you for useful library I want to use feature
ignoreUnknownKeys = true
when using
MsgPack.decodeFromByteArray
, I get an errorunknownfieldexception