If one request on a transaction succeeds, then the next one fails, that would cause the abort algorithm to run before the success for the first request due to the task queue ordering. Instead, queue the processing for the next request after the completion of the current request.
4 lines
40 B
Text
4 lines
40 B
Text
put:success
|
|
add:error
|
|
tx:error
|
|
tx:abort
|