Skip to content

Schema fetch error in case of tuned msgpack Tarantool serializer #19

@filonenko-mikhail

Description

@filonenko-mikhail

Env:

pip3 show asynctnt
Name: asynctnt
Version: 1.2.1

Repro:

box.cfg{listen=3301}
require('msgpack').cfg{encode_use_tostring = true}
  • Error
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions