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

Add a client streaming server handler #1095

Merged
merged 1 commit into from
Jan 14, 2021

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Jan 14, 2021

Motivation:

Following from #1093; we need a client streaming server handler.

Modifications:

  • Add a client streaming server handler and tests.

Result:

We'll be able to do client streaming RPCs with new codegen.

Motivation:

Following from grpc#1093; we need a client streaming server handler.

Modifications:

- Add a client streaming server handler and tests.

Result:

We'll be able to do client streaming RPCs with new codegen.
@glbrntt glbrntt added the 🆕 semver/minor Adds new public API. label Jan 14, 2021
@glbrntt glbrntt requested a review from Lukasa January 14, 2021 10:06
@glbrntt glbrntt merged commit 2e511b0 into grpc:main Jan 14, 2021
@glbrntt glbrntt deleted the gb-client-streaming-server-handler branch January 14, 2021 13:41
glbrntt added a commit to glbrntt/grpc-swift that referenced this pull request Jan 14, 2021
Motivation:

Following from grpc#1093 and grpc#1095; we need a server streaming server handler.

Modifications:

- Add a server streaming server handler and tests.

Result:

We'll be able to do server streaming RPCs with new codegen.
glbrntt added a commit to glbrntt/grpc-swift that referenced this pull request Jan 14, 2021
Motivation:

Following from grpc#1093 and grpc#1095; we need a server streaming server handler.

Modifications:

- Add a server streaming server handler and tests.

Result:

We'll be able to do server streaming RPCs with new codegen.
glbrntt added a commit that referenced this pull request Jan 15, 2021
Motivation:

Following from #1093 and #1095; we need a server streaming server handler.

Modifications:

- Add a server streaming server handler and tests.

Result:

We'll be able to do server streaming RPCs with new codegen.
glbrntt added a commit to glbrntt/grpc-swift that referenced this pull request Jan 15, 2021
Motivation:

Following from grpc#1093, grpc#1095 and grpc#1097; we need a bidirectional streaming
server handler.

Modifications:

- Add a bidirectional streaming server handler and tests.

Result:

We'll be able to do bidirectional streaming RPCs with new codegen.
glbrntt added a commit that referenced this pull request Jan 15, 2021
Motivation:

Following from #1093, #1095 and #1097; we need a bidirectional streaming
server handler.

Modifications:

- Add a bidirectional streaming server handler and tests.

Result:

We'll be able to do bidirectional streaming RPCs with new codegen.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🆕 semver/minor Adds new public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants