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

Investigate HTTP2 connection manager from gRPC #420

Open
adam-fowler opened this issue Apr 21, 2024 · 0 comments
Open

Investigate HTTP2 connection manager from gRPC #420

adam-fowler opened this issue Apr 21, 2024 · 0 comments

Comments

@adam-fowler
Copy link
Member

Currently we do very little management of HTTP2 connections. This is bad as clients can leave them open indefinitely and use up system resources.

The Swift gRPC package has already done quite a lot with this and we should investigate their solutions

https://github.com/grpc/grpc-swift/blob/bdb7458e45a65ed8b8a44fced6a710f5aff0b1b3/Sources/GRPCHTTP2Core/Server/Connection/ServerConnectionManagementHandler.swift

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

No branches or pull requests

1 participant