Skip to content

Commit b98697d

Browse files
committed
fix: async check
1 parent bd58768 commit b98697d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outbound/urltest.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ func (g *URLTestGroup) urlTest(ctx context.Context, force bool) (map[string]uint
423423
})
424424
resultAccess.Lock()
425425
result[tag] = t
426-
resultAccess.Unlock()
427426
g.performUpdateCheck()
427+
resultAccess.Unlock()
428428

429429
return nil, nil
430430
})

0 commit comments

Comments
 (0)