From bc0fecfdf6c7bd681b44ba4e39a054e05f16463d Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 2 Oct 2015 14:56:07 -0300 Subject: [bug] move assign to prevent race condition When the error happens too quickly, the errback is called before the assign of the callLater. And in the errback we cancel that call which gives an error. - Related: #7451 --- changes/bug-7451_missing-attribute | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-7451_missing-attribute (limited to 'changes/bug-7451_missing-attribute') diff --git a/changes/bug-7451_missing-attribute b/changes/bug-7451_missing-attribute new file mode 100644 index 00000000..502210c6 --- /dev/null +++ b/changes/bug-7451_missing-attribute @@ -0,0 +1 @@ +- Assign the timeout 'call later' before starting the sync to prevent race conditions. Related to #7451. -- cgit v1.2.3