Env:
pip3 show asynctnt
Name: asynctnt
Version: 1.2.1
Repro:
box.cfg{listen=3301}
require('msgpack').cfg{encode_use_tostring = true}
Tarantool[127.0.0.1:3301] Schema fetch failed: Lost connection to Tarantool
Future exception was never retrieved
future: <Future finished exception=TarantoolNotConnectedError('Lost connection to Tarantool')>
asynctnt.exceptions.TarantoolNotConnectedError: Lost connection to Tarantool
In the same case, sync tarantool connector works fine