Skip to content

Commit

Permalink
fix: topic publshInfo and subscribeInfo not update (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
redlsz authored Aug 3, 2023
1 parent e22605a commit 7eedaf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,8 @@ func GetOrNewRocketMQClient(option ClientOptions, callbackCh chan interface{}) R
return res
})
}
// bundle this client to namesrv
client.GetNameSrv().(*namesrvs).bundleClient = client
return client
}

Expand Down

0 comments on commit 7eedaf9

Please sign in to comment.