Skip to content

1.4.2

Compare
Choose a tag to compare
@palkan palkan released this 03 Nov 21:59
· 56 commits to master since this release

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.