mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-04 17:27:23 -05:00
Fix a dead lock issue in VMess
This commit is contained in:
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
Block a user