pubSub.go aktualisiert

This commit is contained in:
2025-08-22 14:32:20 +02:00
parent d6d5466597
commit 3a243546e9

View File

@@ -53,7 +53,7 @@ func (ps *Pubsub) worker() {
func(c func(any), d any) {
defer func() { recover() }()
c(d)
}(cb, job.Data)
}(cb, job)
}
}
}