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

Support deadline in Scalar DB Server clients #248

Merged
merged 1 commit into from
Jul 20, 2021

Conversation

brfrn169
Copy link
Collaborator

Please take a look!

@brfrn169 brfrn169 requested a review from feeblefakie July 17, 2021 08:21
@brfrn169 brfrn169 self-assigned this Jul 17, 2021
Copy link
Contributor

@feeblefakie feeblefakie left a comment

Choose a reason for hiding this comment

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

LGTM! Thank you!
Left a non-blocking clarifying question.

requestStream.onNext(request);

ResponseOrError responseOrError =
Utility.pollUninterruptibly(
Copy link
Contributor

Choose a reason for hiding this comment

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

Just a clarifying question.
The queue used here is empty or has one entry always?
If so, the reason for using the queue is to use poll to wait for data easily?

@feeblefakie feeblefakie merged commit 3db9c4f into master Jul 20, 2021
@feeblefakie feeblefakie deleted the support-deadline-in-clients branch July 20, 2021 00:52
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.

2 participants