Add global timeout for all operations within connection - #259
Open
decaz wants to merge 2 commits into
Open
Conversation
Collaborator
Author
|
Default value of |
mosquito
reviewed
Oct 4, 2019
decaz
force-pushed
the
operation-timeout
branch
from
October 4, 2019 11:19
74799ce to
ec9c803
Compare
Owner
|
Please rebase |
decaz
force-pushed
the
operation-timeout
branch
from
November 20, 2019 09:53
ec9c803 to
7aa9991
Compare
Collaborator
Author
|
@mosquito done. |
Owner
|
Sorry for long answer, but why you want to add a parameter to the methods and use |
Collaborator
Author
|
@mosquito because |
decaz
force-pushed
the
operation-timeout
branch
from
February 14, 2020 17:18
7aa9991 to
19868d1
Compare
Contributor
|
Update on this? |
Owner
|
please resolve conflicts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently every operation should be called with
timeoutparameter to catch timeout of operations. Withoperation_timeoutparameter of connection it would be much easier.