1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/red/runtime/nodes/context
Hiroki Uchikawa fd86035865 Prevent race condition (#1889)
* Make pending Flag to be deleted after write process complete.

* Prevent executing write process until the previous process is completed

* Fix to prevent file write race condition when closing file context

* Make flushing rerun if pendingWrites was added
2018-09-16 21:15:23 +01:00
..
index.js Allow context store name to be provided in the key 2018-09-14 23:21:05 +01:00
localfilesystem.js Prevent race condition (#1889) 2018-09-16 21:15:23 +01:00
memory.js Handle context.get with multiple levels of unknown key 2018-09-09 23:47:31 +01:00