Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
Signed-off-by: Cabinfever_B <cabinfeveroier@gmail.com>
  • Loading branch information
CabinfeverB committed Aug 30, 2023
1 parent 6118428 commit 3252da4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/resource_manager_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,10 @@ func (c *client) createTokenDispatcher() {
}

func (c *client) handleResourceTokenDispatcher(dispatcherCtx context.Context, tbc *tokenBatchController) {
defer c.wg.Done()
defer func() {
log.Info("[resource manager] exit resource token dispatcher")
c.wg.Done()
}()
var (
connection resourceManagerConnectionContext
firstRequest *tokenRequest
Expand Down

0 comments on commit 3252da4

Please sign in to comment.