rails--rails/actioncable/CHANGELOG.md

11 lines
368 B
Markdown
Raw Normal View History

* Protect against concurrent writes to a websocket connection from
multiple threads; the underlying OS write is not always threadsafe.
*Tinco Andringa*
* Add ActiveSupport::Notifications hook to Broadcaster#broadcast
*Matthew Wear*
2016-05-06 21:54:40 +00:00
2016-05-10 04:07:09 +00:00
Please check [5-0-stable](https://github.com/rails/rails/blob/5-0-stable/actioncable/CHANGELOG.md) for previous changes.