[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.
Loading
Please register or sign in to comment