@@ -53,7 +53,7 @@ func (ps *Pubsub) worker() {
func(c func(any), d any) {
defer func() { recover() }()
c(d)
}(cb, job.Data)
}(cb, job)
}
The note is not visible to the blocked user.