Closed
Description
Currently tarantool.Connect()
returns a connection if successfully connected to a Tarantool instance, or an error if the connection fails. It also ignores the Reconnect
option on the first connection. This differs from the behavior of net.box
, which blocks and attempts to reconnect if the reconnect_after
option is non-nil. It is suggested that tarantool.Connect()
block until the context times out or a connection is established.
Metadata
Metadata
Assignees
Labels
No labels