Skip to content

Commit

Permalink
!fixup: optimize(qisgn): async operations (#2415)
Browse files Browse the repository at this point in the history
Add missing wg.Wait()

Fixes: fd6ef4a ("optimize(qisgn): async operations")

Signed-off-by: Yuan Si <[email protected]>
  • Loading branch information
YumeMichi committed Aug 31, 2023
1 parent 9e6d7b7 commit f16d72f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/gocq/qsign.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ func asyncCheckServer(servers []config.SignServer) *config.SignServer {
}
}(i, s)
}
wg.Wait()
return ss.get()
}

Expand Down

0 comments on commit f16d72f

Please sign in to comment.