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 dcbef6f commit bd08927Copy full SHA for bd08927
tarantool/connection.py
@@ -370,7 +370,7 @@ def join(self, server_uuid):
370
sync = request._sync
371
resp = self._send_request(request)
372
while True:
373
- if self.version_id >= version_id(1, 7, 0):
+ if self.version_id >= version_id(1, 7, 0) and resp.code == REQUEST_TYPE_OK:
374
# Send acknowledgement
375
ack = RequestOK(self, sync)
376
self._socket.sendall(bytes(ack))
0 commit comments