Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Control: Start the connection outside of lock (#5286)
When the connection printed text immediately, synchronously, as part of Start() it would cause terminal to deadlock. We should start the connection outside of lock. The ConptyConnection would do this when it failed to launch something (trivial repro: `wt -- xyz`). The TelnetConnection would do this all the time, because local loopback telnet is fast and easy.
- Loading branch information