mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-25 06:26:34 +08:00
修复节点自动升级时无法自动启动的Bug
This commit is contained in:
@@ -714,6 +714,7 @@ func (this *Node) listenSock() error {
|
||||
_ = this.sock.Close()
|
||||
|
||||
events.Notify(events.EventQuit)
|
||||
events.Notify(events.EventTerminated)
|
||||
|
||||
// 监控连接数,如果连接数为0,则退出进程
|
||||
goman.New(func() {
|
||||
|
||||
Reference in New Issue
Block a user