mirror of
https://github.com/fatedier/frp.git
synced 2024-12-13 10:11:04 +01:00
dev:udp: Add an Unlock before a continue, to fix a double lock bug
This commit is contained in:
parent
cd44c9f55c
commit
8eb945ee9b
@ -117,6 +117,7 @@ func Forwarder(dstAddr *net.UDPAddr, readCh <-chan *msg.UdpPacket, sendCh chan<-
|
||||
if !ok {
|
||||
udpConn, err = net.DialUDP("udp", nil, dstAddr)
|
||||
if err != nil {
|
||||
mu.Unlock()
|
||||
continue
|
||||
}
|
||||
udpConnMap[udpMsg.RemoteAddr.String()] = udpConn
|
||||
|
Loading…
Reference in New Issue
Block a user