-
Notifications
You must be signed in to change notification settings - Fork 192
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 global timeout for all operations within connection #259
base: master
Are you sure you want to change the base?
Conversation
Default value of |
74799ce
to
ec9c803
Compare
Please rebase |
ec9c803
to
7aa9991
Compare
@mosquito done. |
Sorry for long answer, but why you want to add a parameter to the methods and use |
@mosquito because |
7aa9991
to
19868d1
Compare
Update on this? |
please resolve conflicts |
Currently every operation should be called with
timeout
parameter to catch timeout of operations. Withoperation_timeout
parameter of connection it would be much easier.