Resolve conflicts in series
Attempting to resolve outgoing conflicts in parallel triggers multiple requests for new keys from the server and causes it to return a 500 error.
This commit is contained in:
parent
f3f084398f
commit
3e73f8f0ba
2 changed files with 6 additions and 1 deletions
|
@ -121,6 +121,7 @@
|
|||
this.save({sent: true, errors: errors});
|
||||
}.bind(this));
|
||||
}
|
||||
return promise;
|
||||
}
|
||||
},
|
||||
handleDataMessage: function(dataMessage) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue