# types.ConnectionOptions.reconnect

- **Module:** types.ConnectionOptions
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/types.ts#L829
- **Page:** https://libtmux.org/en/ts/latest/reference/types-connectionoptions-reconnect/

Reopen the connection when it drops unexpectedly.

Off by default: a stream that silently reattaches hides a tmux server
going away, and a caller that wants to know cannot get the notice back.
When enabled, a recovered connection reports itself as a `reconnected`
event so a consumer can tell that it missed whatever happened in the gap.

A reconnect restores event delivery; commands use separate tmux clients.
