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
{{ message }}
This repository was archived by the owner on Feb 21, 2025. It is now read-only.
If the message body encoded by msgpack it would be a raw binary data and cause the message cannot be decoded by msgpack. The solution to solve this issue before the message unserialized, the body field should be normalized as a string rather than casting that type. I was solve this issue by converting the body as a hex representation.
If the message body encoded by msgpack it would be a raw binary data and cause the message cannot be decoded by msgpack. The solution to solve this issue before the message unserialized, the body field should be normalized as a string rather than casting that type. I was solve this issue by converting the body as a hex representation.