-
Notifications
You must be signed in to change notification settings - Fork 305
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
Add a parameter to overwrite the default response timeout. #141
base: main
Are you sure you want to change the base?
Conversation
Noticed that for some BLC_UNKNOWN errors it were related to the response timeout, in order to avoid that added an option to overwrite the default response timeout.
This is working fine for me. Can it be merged? @stevenvachon |
f7f6233
to
fc31ac1
Compare
7d35cc4
to
4377053
Compare
2d40881
to
02d0f7d
Compare
ff2ed1a
to
17697af
Compare
2df5cb0
to
ce9e116
Compare
@thiagosanches |
Hey, Did you have the chance to test it using my branch? It's not merged into master yet. |
How can I test your changes if they are still not merged into the master branch. Sorry I am new to Open-source, git & github. |
Hey @HarshalRathore , no worries! Basically, you can clone my fork and use that branch to test it. Something link this:
I hope that helps you! Thanks, |
Noticed that for some BLC_UNKNOWN errors it were related to the response timeout, in order to avoid that
added an option to overwrite the default response timeout.