mylofi/local-vault

fix concurrent race conditions

Open

#7 创建于 2025年7月5日

在 GitHub 查看
 (0 评论) (0 反应) (1 负责人)JavaScript (4 fork)github user discovery
buggood first issuehelp wanted

仓库指标

Star
 (123 star)
PR 合并指标
 (PR 指标待抓取)

描述

While it's a small chance, race conditions do exist in that two set() calls concurrently could clobber each other.

Fix is to use a mutex, like Locker.

贡献者指南