update CHANGELOG.md and README.md

This commit is contained in:
XZB
2022-03-21 21:09:20 +08:00
parent 78df9e589a
commit e8053cb41d
6 changed files with 51 additions and 32 deletions

View File

@@ -146,6 +146,7 @@ func eventWrapper(terminal *terminal) common.EventCallback {
simpleSendPack(modules.Packet{Act: `warn`, Msg: msg}, terminal.session)
terminals.Remove(terminal.termUUID)
common.RemoveEvent(terminal.eventUUID)
terminal.session.Close()
}
return
}