We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2097884 commit 1c9739aCopy full SHA for 1c9739a
tarantool/connection.py
@@ -203,11 +203,6 @@ def connect(self):
203
self.inconnect = True
204
self.connect_basic()
205
self.handshake()
206
- # It is important to set socket timeout *after* connection.
207
- # Otherwise the timeout exception will be raised, even when
208
- # the connection fails because the server is simply
209
- # not bound to port
210
- self._socket.settimeout(self.socket_timeout)
211
self.load_schema()
212
self.inconnect = False
213
except socket.error as e:
0 commit comments