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

Introducing GRPC streaming support #74

Merged
merged 18 commits into from
Nov 18, 2024

Conversation

aminovaa
Copy link

Problem

It was possible to process GRPC requests only as unary

Solution

Added maintenance for all connection types. To do this, an entity was created to describe the method with the connection type. Additionally, static information about the method was migrated to this method description.

@mockingbird/maintainers

@aminovaa aminovaa marked this pull request as draft May 27, 2024 13:10
@aminovaa aminovaa force-pushed the feature/grpc-stream branch from 24c1bad to c19bdb5 Compare June 2, 2024 13:46
@aminovaa aminovaa marked this pull request as ready for review August 29, 2024 08:46
@aminovaa aminovaa force-pushed the feature/grpc-stream branch from 5406102 to 882e03f Compare November 13, 2024 13:06
@danslapman danslapman merged commit e185fd3 into leviysoft:main Nov 18, 2024
7 checks passed
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.

3 participants