mirror of
https://github.com/lwch/natpass
synced 2025-10-18 18:54:31 +08:00
修正keepalive包的处理逻辑问题
This commit is contained in:
@@ -49,6 +49,7 @@ func (c *client) run() {
|
||||
logging.Error("read message from %s: %v", c.id, err)
|
||||
return
|
||||
}
|
||||
c.updated = time.Now()
|
||||
c.parent.onMessage(msg)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user