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

DEV QA fixes SDK-3893 #626

Open
wants to merge 7 commits into
base: feature/vars_file_types
Choose a base branch
from

Conversation

piyush-kukadiya
Copy link
Contributor

  1. Fix count down logic of CountDownLatch in FilePreloaderExecutors

Comment on lines +60 to +61
task.addOnSuccessListener { countDownLatch.countDown() }
task.addOnFailureListener { countDownLatch.countDown() }
Copy link
Collaborator

Choose a reason for hiding this comment

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

thread switching happens when we add success and failure listener, either fix that or you can move it to end of
task.execute("tag") {) block

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed in d9ad2fb

Copy link
Collaborator

@CTLalit CTLalit left a comment

Choose a reason for hiding this comment

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

Requested changes

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

Successfully merging this pull request may close these issues.

None yet

2 participants