Skip to content

Commit

Permalink
Addressed review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Dec 6, 2023
1 parent 3543021 commit c97b640
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/mqtt/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ func (s *Server) Stop() error {

if s.serverOptions.WebsocketEnabled {
ctxUnregister, cancelUnregister := context.WithTimeout(context.Background(), 5*time.Second)
defer cancelUnregister()

s.LogInfo("Removing API route ...")
//nolint:contextcheck // false positive
Expand Down

0 comments on commit c97b640

Please sign in to comment.