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

Fix Rust Trezor-Client Timeouts #4459

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Fix Rust Trezor-Client Timeouts #4459

wants to merge 2 commits into from

Conversation

kimlwh
Copy link

@kimlwh kimlwh commented Dec 27, 2024

The Rust client will unilaterally timeout after 100 seconds which causes connection errors when interacting with the device between protocol messages. 100 seconds is borderline for some use cases such as complicated transaction verification. This isn't seemingly a problem with the web or Python libraries so without a keep-alive mechanism this fix at least alleviates the problem with no ill effects.

Can we bump the version with this fix also?

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.

1 participant