tarantool / tarantool-python

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

IPROTO_ID follow up #267

Closed DifferentialOrange closed 1 year ago

DifferentialOrange commented 1 year ago

While implementing IPROTO_ID in go-tarantool (see https://github.com/tarantool/go-tarantool/pull/226), we had discovered that some things could be done better, like

We need to catch on the Go implementation.

DifferentialOrange commented 1 year ago

It seems that _check_features is not triggerred on reconnect.