1
0
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:
v2ray 2016-05-02 14:03:31 +02:00
parent 0442000964
commit 36bf645199

View File

@ -197,7 +197,6 @@ func (this *VMessInboundHandler) HandleConnection(connection hub.Connection) {
}
readFinish.Lock()
writeFinish.Lock()
}
func init() {