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
Store objects as JSON or CBOR (see #197) instead of using a hash map.
The value of the hash map field can only be a string, number, or buffer. While objects can have nested structures. There's also little benefit to an hmap, unless you want to get specific fields, which isn't used.
The save role association function probably isn't working correctly because of this.
The text was updated successfully, but these errors were encountered:
Store objects as JSON or CBOR (see #197) instead of using a hash map.
The value of the hash map field can only be a string, number, or buffer. While objects can have nested structures. There's also little benefit to an hmap, unless you want to get specific fields, which isn't used.
The save role association function probably isn't working correctly because of this.
The text was updated successfully, but these errors were encountered: