fix loading chat, contact connection status info (#277)

This commit is contained in:
Evgeny Poberezkin
2022-02-07 10:36:11 +00:00
committed by GitHub
parent 7883ca7657
commit eeea33c7cb
6 changed files with 80 additions and 20 deletions
-1
View File
@@ -187,7 +187,6 @@ enum TerminalItem: Identifiable {
func chatSendCmd(_ cmd: ChatCommand) throws -> ChatResponse {
var c = cmd.cmdString.cString(using: .utf8)!
print("command", cmd.cmdString)
// TODO some mechanism to update model without passing it - maybe Publisher / Subscriber?
// DispatchQueue.main.async {
// termId += 1