Skip to content

Commit

Permalink
fix: do not close queue
Browse files Browse the repository at this point in the history
  • Loading branch information
xjasonlyu committed Dec 6, 2023
1 parent dcd9ad7 commit 639f730
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion game-service/game/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ func (app *App) Start() {
if err != nil {
log.Fatalln(err)
}
defer app.hrmMQ.Close()

go func() {
log.Printf("listen to %s queue.", consts.HRMToGameQueue)
Expand Down

0 comments on commit 639f730

Please sign in to comment.