mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 11:57:39 +03:00
Fix task cancel context
This commit is contained in:
parent
d16ad13362
commit
96a05f9afe
1 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,10 @@ func (g *Group) RunContextList(contextList []context.Context) error {
|
|||
|
||||
selectedContext, upstreamErr := common.SelectContext(append([]context.Context{taskCancelContext}, contextList...))
|
||||
|
||||
if selectedContext == 0 {
|
||||
taskCancel(upstreamErr)
|
||||
}
|
||||
|
||||
if g.cleanup != nil {
|
||||
g.cleanup()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue