rails--rails/actioncable/CHANGELOG.md

18 lines
472 B
Markdown
Raw Normal View History

2016-07-08 17:47:03 +00:00
* Protect against concurrent writes to a websocket connection from
multiple threads; the underlying OS write is not always threadsafe.
2016-07-08 17:47:03 +00:00
*Tinco Andringa*
2016-07-08 17:47:03 +00:00
* Add ActiveSupport::Notifications hook to Broadcaster#broadcast
2016-07-08 17:47:03 +00:00
*Matthew Wear*
2016-05-06 21:54:40 +00:00
2016-07-08 17:47:03 +00:00
* Close hijacked socket when connection is shut down.
2016-07-08 17:23:35 +00:00
2016-07-08 17:47:03 +00:00
Fixes #25613.
2016-07-08 17:23:35 +00:00
2016-07-08 17:47:03 +00:00
*Tinco Andringa*
2016-07-08 17:23:35 +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.