message_bus
message_bus copied to clipboard
Puma is deprecating on_worker_boot
Hi! It looks like puma is deprecating on_worker_boot.
And message bus requires:
on_worker_boot do
MessageBus.after_fork
end
Any ideas how to fix this issue?
Could you provide a reference? What does the Puma project recommend as a replacement?
According to https://github.com/puma/puma/commit/4b9891f0c10fa4f2105b897ff05c20490ee49f7c this is a rename to before_worker_boot. Maybe you could submit a PR to correct the docs here?