Skip to content

Conversation

@pongad
Copy link
Contributor

@pongad pongad commented Apr 10, 2018

It is hard to do this completely async, but we can use a background
thread so it doesn't block user code.

Fixes #3134.
Fixes #3065.

cc @mdietz94

It is hard to do this completely async, but we can use a background
thread so it doesn't block user code.

Fixes #3134.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 10, 2018
@pongad pongad requested a review from jeanbza April 12, 2018 21:04
@jeanbza
Copy link

jeanbza commented Apr 13, 2018

LGTM but I'm still getting ramped on reviewing this repo and may not be your best reviewer. :P

requestObserver.onError(Status.CANCELLED.asException());
// Don't onError; it appears erroring can cause gRPC to drop messages.
requestObserver.onCompleted();
} finally {

This comment was marked as spam.

This comment was marked as spam.

@pongad
Copy link
Contributor Author

pongad commented Apr 16, 2018

@mdietz94 PTAL

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

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants