We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: