👀 New:
- ✏️ New internal message bus. Available globally. Supports wildcard subscriptions (for example:
http.*
will subscribe you to all events coming from thehttp
plugin). The subscriptions can be made from any RR plugin to any RR plugin.
- ✏️ Now, RR will show in the returned error the bad header content in case of CRC mismatch error. More info in the PR.
🩹 Fixes:
- 🐛 Fix: zombie processes in the
pool.debug
mode.