1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-24 22:49:11 -04:00

propagate context

This commit is contained in:
Shelikhoo
2020-06-18 12:37:10 +08:00
parent 73616ab9e2
commit 85bd352bc1
4 changed files with 9 additions and 2 deletions

View File

@@ -103,6 +103,7 @@ func NewAlwaysOnInboundHandler(ctx context.Context, tag string, receiverConfig *
sniffingConfig: receiverConfig.GetEffectiveSniffingSettings(),
uplinkCounter: uplinkCounter,
downlinkCounter: downlinkCounter,
ctx: ctx,
}
h.workers = append(h.workers, worker)
}