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
What happened: Write packets from the server to clients are dropped due to the downstream channel being bounded with a hardcoded size:
quilkin/src/cli/proxy/sessions.rs
Line 112 in 85652bb
What you expected to happen: Quilkin provides a configuration option to change the size of the downstream channel to mitigate dropped packets.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
v0.8.0
{"timestamp":"2024-03-20T18:49:02.030015Z","level":"ERROR","fields":{"message":"downstream channel full"},"target":"quilkin::cli::proxy::sessions","filename":"src/cli/proxy/sessions.rs"} {"timestamp":"2024-03-20T18:49:02.030086Z","level":"ERROR","fields":{"message":"downstream channel full"},"target":"quilkin::cli::proxy::sessions","filename":"src/cli/proxy/sessions.rs"} {"timestamp":"2024-03-20T18:49:02.030284Z","level":"ERROR","fields":{"message":"downstream channel full"},"target":"quilkin::cli::proxy::sessions","filename":"src/cli/proxy/sessions.rs"} {"timestamp":"2024-03-20T18:49:02.030314Z","level":"ERROR","fields":{"message":"downstream channel full"},"target":"quilkin::cli::proxy::sessions","filename":"src/cli/proxy/sessions.rs"} {"timestamp":"2024-03-20T18:49:02.030343Z","level":"ERROR","fields":{"message":"downstream channel full"},"target":"quilkin::cli::proxy::sessions","filename":"src/cli/proxy/sessions.rs"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened:
Write packets from the server to clients are dropped due to the downstream channel being bounded with a hardcoded size:
quilkin/src/cli/proxy/sessions.rs
Line 112 in 85652bb
What you expected to happen:
Quilkin provides a configuration option to change the size of the downstream channel to mitigate dropped packets.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
v0.8.0
The text was updated successfully, but these errors were encountered: