Skip to content

Commit

Permalink
fix: async check
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Jul 31, 2024
1 parent bd58768 commit b98697d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outbound/urltest.go
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ func (g *URLTestGroup) urlTest(ctx context.Context, force bool) (map[string]uint
})
resultAccess.Lock()
result[tag] = t
resultAccess.Unlock()
g.performUpdateCheck()
resultAccess.Unlock()

return nil, nil
})
Expand Down

0 comments on commit b98697d

Please sign in to comment.