mirror of https://github.com/v2ray/v2ray-core
Fix a dead lock issue in VMess
parent
0442000964
commit
36bf645199
|
@ -197,7 +197,6 @@ func (this *VMessInboundHandler) HandleConnection(connection hub.Connection) {
|
|||
}
|
||||
|
||||
readFinish.Lock()
|
||||
writeFinish.Lock()
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Reference in New Issue