Commit 67230753 authored by Aurel's avatar Aurel

wait for all reset to be done before starting sync process on client side

parent 8c9268c6
......@@ -379,6 +379,8 @@ class SynchronizationTool(BaseTool):
# XXX This must depends on activity enables property, maybe use engine
if subscription.getIsActivityEnabled():
subscription.activate(
after_method_id_list=("reset",
"_recurseCallMethod"),
activity="SQLQueue",
priority=ACTIVITY_PRIORITY,
tag=subscription.getRelativeUrl()).sendMessage(str(syncml_response))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment