Skip to content
Snippets Groups Projects
Commit 45551cf7 authored by Denis Ledoux's avatar Denis Ledoux
Browse files

[FIX] web: use mutex to wait for onchanges

This fix is related to c12a2e1d

Mutex allow to wait sequentially for mutex
Besides, if one of the onchanges deferreds fails, it does not resolve the mutex until all deferreds of the mutex are resolved.

Besides, we now wait for the onchanges mutex between each field commited value (line 596) in case the commited value leaded to a new onchanges, that we should wait for before commiting the rest of the values.
parent 479d94ea
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment