migueldeicaza/SwiftTermApp

Session.host should be a deep copy

Closed this issue · 1 comments

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.

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