Skip to content

feat: added changes for seq id changes#9

Open
vkalta wants to merge 8 commits intonextfrom
feat/seq_id
Open

feat: added changes for seq id changes#9
vkalta wants to merge 8 commits intonextfrom
feat/seq_id

Conversation

@vkalta
Copy link
Copy Markdown

@vkalta vkalta commented Feb 8, 2024

This PR is a enhancement task with respect to the previous sync API implementation by replacing sync token with seq id.

uttamukkoji and others added 2 commits February 1, 2024 14:45
Fix: add support to init sync on 422 for pagination and sync token
@vkalta vkalta requested a review from a team as a code owner February 8, 2024 10:01

-(void)syncWithInit:(BOOL) shouldInit onCompletion:(void (^)(double, BOOL, NSError * _Nullable))completion {
NSString *paginationToken = [self getPaginationToken];//csb0e8704474a9624785098d233edd2715`
NSString *syncToken = [self getSyncToken];//cse053899d15e9e94cd3751df26f719c87
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commented tokens should be removed

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @ishaileshmishra , yes they are removed.

}

-(void)syncWithInit:(BOOL) shouldInit onCompletion:(void (^)(double, BOOL, NSError * _Nullable))completion {
NSString *paginationToken = [self getPaginationToken];//csb0e8704474a9624785098d233edd2715`
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commented tokens should be removed

Copy link
Copy Markdown
Member

@ishaileshmishra ishaileshmishra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved

BSONOIDGenerator.m

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants