Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use CN from notifications when forcing segments sync #694

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

gthea
Copy link
Contributor

@gthea gthea commented Aug 28, 2024

Android SDK

What did you accomplish?

  • Added functionality to use CN from notifications as target when forcing segments sync.

@gthea gthea self-assigned this Aug 28, 2024
@gthea gthea marked this pull request as ready for review August 28, 2024 20:21
@gthea gthea requested a review from a team as a code owner August 28, 2024 20:21
@@ -92,8 +97,8 @@ private void removeSegment(NotificationType notificationType, Set<String> segmen
private void executeBoundedFetch(byte[] keyMap, long syncDelay) {
int index = mMySegmentsPayloadDecoder.computeKeyIndex(mConfiguration.getHashedUserKey(), keyMap.length);
if (mMySegmentsPayloadDecoder.isKeyInBitmap(keyMap, index)) {
Logger.d("Executing Unbounded my segment fetch request");
notifyMySegmentRefreshNeeded(mConfiguration.getMySegmentUpdateNotificationsQueue(), syncDelay);
Logger.d("Executing Bounded my segment fetch request");
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe Executing Bounded memberships fetch request?

@gthea gthea merged commit 4b3726a into SDKS-8408_removal_baseline Aug 29, 2024
5 checks passed
@gthea gthea deleted the SDKS-8769_2 branch August 29, 2024 14:01
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.

2 participants