You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BufferUnpacker::tryUnpack() no longer releases the read buffer, to release the buffer use BufferUnpacker::release()
Fixed
Fixed the BufferUnpacker constructor to accept UnpackOptions instead of PackOptions
Fixed checking the buffer size required to unpack Ext (previously the Ext "type" byte wasn't taken into account which could result in a notice Uninitialized string offset for extensions with zero-length data)
Forbade non-int/string map keys (previously they were silently cast to int/string which could result in a warning Illegal offset type)