You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
marcboscher
changed the title
Create comments sequentially instead of concurrently
Create comments sequentially instead of concurrently [1d]
May 11, 2015
marcboscher
changed the title
Create comments sequentially instead of concurrently [1d]
Create comments sequentially instead of concurrently
May 21, 2015
We currently send the create operations in parallel, which means, depending on network traffic, the creates may not follow the same order.
this will be weird since the comments wont be sequential!
First make sure, we create comments in the right order (sorting)
Then consider waiting for success before sending next create
The text was updated successfully, but these errors were encountered: