-
Notifications
You must be signed in to change notification settings - Fork 46
Add connection_timeout parameter #115
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
Labels
feature
A new functionality
Comments
It is not really a bug, but the feature request to add the connection_timeout parameter. |
Totktonada
added a commit
that referenced
this issue
Mar 5, 2019
Totktonada
added a commit
that referenced
this issue
Mar 5, 2019
Totktonada
added a commit
that referenced
this issue
Mar 14, 2019
It is already set in connect_tcp() or connect_unix(). Follows up #115.
Totktonada
added a commit
that referenced
this issue
Mar 14, 2019
It is already set in connect_tcp() or connect_unix(). Follows up #115.
Totktonada
added a commit
that referenced
this issue
Mar 18, 2019
It is already set in connect_tcp() or connect_unix(). Follows up #115.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a remote server does not respond, the connection times out longer than
Connection. socket_timeout
.The problem is here
tarantool-python/tarantool/connection.py
Line 199 in 18bf408
Expected behavior:
NetworkError should be raised after
Connection.socket_timeout
has passed.The text was updated successfully, but these errors were encountered: