mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-03 15:55:20 -05:00
chunk stream in vmess
This commit is contained in:
@@ -33,7 +33,7 @@ func (this *OutboundConnectionHandler) Dispatch(packet v2net.Packet, ray ray.Out
|
||||
writeFinish.Lock()
|
||||
|
||||
go func() {
|
||||
v2io.ChanToWriter(this.ConnOutput, input)
|
||||
v2io.ChanToRawWriter(this.ConnOutput, input)
|
||||
writeFinish.Unlock()
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user