Skip to content

Commit

Permalink
remove context evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
FitzBogard committed Aug 9, 2023
1 parent 2956d04 commit 90850a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ func (c *Consumer) worker(ctx context.Context, workerID int32) {
continue
}

msg.Ctx = ctx
_ = c.Process(msg)
}
}
Expand Down

0 comments on commit 90850a8

Please sign in to comment.