mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-02 20:16:52 +00:00
File mode|pubVkey optimization
This commit is contained in:
@@ -140,7 +140,7 @@ func (s *conn) Close() error {
|
||||
close(s.connStatusOkCh)
|
||||
close(s.connStatusFailCh)
|
||||
close(s.readCh)
|
||||
if !s.mux.isClose {
|
||||
if !s.mux.IsClose {
|
||||
s.sendMsgCh <- NewMsg(s.connId, nil)
|
||||
}
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user