1.4.2
Features
- New
broadcast ..., to_others: true
API.
This new API makes it possible to exclude initiator from the list of recipients.
See docs.
- Automatic batch broadcasting.
It's possible to turn batch broadcasting on for web requests, background jobs, or any other units of work in Rails applications. The feature uses new batch broadcasting API.
See docs.
Changes
- Print warning if the database pool size is less than RPC pool size.