mirror of https://github.com/v2ray/v2ray-core
parent
36bf645199
commit
18069d377c
|
@ -66,6 +66,8 @@ func (this *UDPServer) handleConnection(destString string, inboundRay ray.Inboun
|
|||
callback(source, data)
|
||||
}
|
||||
this.Lock()
|
||||
inboundRay.InboundInput().Release()
|
||||
inboundRay.InboundOutput().Release()
|
||||
delete(this.conns, destString)
|
||||
this.Unlock()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue