Skip to content

v2.6.1

Latest

Choose a tag to compare

@EdamAme-x EdamAme-x released this 14 Apr 02:30

Bug Fix

  • Fix race condition in FileStorage (#98)
    • set, delete, clear methods now serialize via a promise-based write lock to prevent concurrent read-modify-write operations from overwriting each other's changes
    • Prevents data loss during rapid token refreshes or other concurrent storage operations