-
Notifications
You must be signed in to change notification settings - Fork 50
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: impl timeout layer. #926
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
... and 1 file with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more.
|
9be5683
to
a2128e2
Compare
Have you been able to test this? Would love to simulate a timeout and watch the error propagate |
I did tried with anvil but it doesn't allow me inject latency. do you know other tools I can use to mock a long latency of json rpc? |
Maybe write a unit test using https://crates.io/crates/tiny_http |
0194e2a
to
37c2bcc
Compare
37c2bcc
to
5a8089e
Compare
5a8089e
to
6eda480
Compare
[Closes/Fixes] #
Proposed Changes