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
fix(checkpoint): decode base64 blobs when loading pending writes
Add static _decode_blob_static() method to handle base64 decoding
of blob data retrieved from Redis before passing to serializer.
This fixes orjson.JSONDecodeError when loading pending writes.
0 commit comments