tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
100 stars 48 forks source link

Add Windows CI (AppVeyor) #132

Closed Totktonada closed 5 years ago

Totktonada commented 5 years ago

Rewrote admin_connection.py to reconnect on a sendall() error, because checking of a socket liveness does not work under Windows.

Fixes #126.