You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.