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

grpc-js: Add Server#createConnectionInjector API #2675

Merged
merged 1 commit into from Feb 23, 2024

Conversation

murgatroid99
Copy link
Member

This implements gRFC L114 (currently in review at grpc/proposal#418). So, it will fix #2317.

@murgatroid99 murgatroid99 merged commit 3f527fb into grpc:master Feb 23, 2024
9 of 10 checks passed
@robatwilliams
Copy link

robatwilliams commented May 1, 2024

Will this make its way into the grpc-js@01.10.x release branch? Thanks

Edited after reply below: apologies, this looks obvious as per semver

@murgatroid99
Copy link
Member Author

It's a new API, so the plan is to release it in 1.11

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.

Creating a gRPC service listener on an existing TCP socket
3 participants