1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actioncable/CHANGELOG.md
2016-08-10 09:33:13 +05:30

17 lines
473 B
Markdown

* 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*
* Close hijacked socket when connection is shut down.
Fixes #25613.
*Tinco Andringa*
Please check [5-0-stable](https://github.com/rails/rails/blob/5-0-stable/actioncable/CHANGELOG.md) for previous changes.