1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-19 18:36:10 -04:00

fix packetconn assembler does not close incoming packet processor

This commit is contained in:
Shelikhoo 2024-08-22 12:11:01 +01:00
parent 1d8dc0981c
commit bd25f13997
No known key found for this signature in database
GPG Key ID: 4C9764E9FE80A3DC

View File

@ -102,6 +102,7 @@ copyFromChan:
waitTimer.Stop()
go func() {
reader, writer := io.Pipe()
defer writer.Close()
streamingRespOpt := &pipedStreamingRespOption{writer}
go func() {
for {