migueldeicaza / SwiftTermApp

MIT License
309 stars 29 forks source link

Session.host should be a deep copy #195

Closed migueldeicaza closed 2 years ago

migueldeicaza commented 2 years ago

Because the host tracks what is being connected to, and is used to determine other things, it is necessary to be exactly what was done initially, eve if the Host is later edited.

migueldeicaza commented 2 years ago

Implemented, via the MemoryHost, not exactly a deep-copy, but achieves the intent