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
test-up-encrypted
See this CI run as an example. The relevant complaint is
307 2024-01-02T15:24:33.043Z thread 'tokio-runtime-worker' panicked at upstairs/src/client.rs:2457:30: 308 2024-01-02T15:24:33.043Z client_response_tx closed unexpectedly: SendError { .. } 309 2024-01-02T15:24:33.043Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
This is a "panic if the ClientResponse queue drops" failure here
ClientResponse
The text was updated successfully, but these errors were encountered:
Fixed in 8a6aef5
Sorry, something went wrong.
No branches or pull requests
See this CI run as an example. The relevant complaint is
This is a "panic if the
ClientResponse
queue drops" failure hereThe text was updated successfully, but these errors were encountered: