fix(store): dead lock trying to set while exiting (#3395)

* fix(store): dead lock trying to set while exiting

* Add change file
This commit is contained in:
Tony
2026-04-18 00:45:16 +08:00
committed by GitHub
parent e6cdc9f52e
commit 964e13f124
3 changed files with 16 additions and 10 deletions
+6
View File
@@ -0,0 +1,6 @@
---
store: patch
store-js: patch
---
Fix a deadlock when calling `Store::set` while exiting (on `RunEvent::Exit`)