| If there is a lot of operations in offline queue, client is going back online, then for example if client will update item (created while offline) while queue is being processed, it can happen that this update operation will happen before the create operation, so it will fail. To prevent this, operations should be enqueued when processing queue, even if queue is open. |