This commit is contained in:
fatedier
2017-05-17 16:02:31 +08:00
parent 2883d70ea9
commit a5f06489cb
4 changed files with 3 additions and 2 deletions

View File

@@ -228,6 +228,7 @@ func (pxy *UdpProxy) InWorkConn(conn frpNet.Conn) {
sendCh <- &msg.Ping{}
}); errRet != nil {
pxy.Trace("heartbeat goroutine for udp work connection closed")
break
}
}
}