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

swift: add test for closing gRPC streams #509

Merged
merged 1 commit into from
Oct 16, 2019
Merged

Conversation

rebello95
Copy link
Contributor

Adding a test to match Android (see this comment) to validate that gRPC streams are closed with nil trailers, so as to force the stream to close with a data frame per the gRPC protocol spec.

Signed-off-by: Michael Rebello [email protected]

Adding a test to match Android (see [this comment](#472 (comment))) to validate that gRPC streams are closed with `nil` trailers, so as to force the stream to close with a data frame per the gRPC protocol spec.

Signed-off-by: Michael Rebello <[email protected]>
@rebello95 rebello95 mentioned this pull request Oct 16, 2019
@rebello95 rebello95 requested review from buildbreaker and abayuen and removed request for abayuen October 16, 2019 21:43
Copy link
Member

@junr03 junr03 left a comment

Choose a reason for hiding this comment

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

Thanks for adding this! I should have just added it in #500 like I did for the kotlin tests.

@rebello95 rebello95 merged commit 7f28223 into master Oct 16, 2019
@rebello95 rebello95 deleted the grpc-close-test branch October 16, 2019 22:22
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