2016-07-08 13:47:03 -04:00
|
|
|
* Protect against concurrent writes to a websocket connection from
|
|
|
|
multiple threads; the underlying OS write is not always threadsafe.
|
2016-07-08 13:09:44 -04:00
|
|
|
|
2016-07-08 13:47:03 -04:00
|
|
|
*Tinco Andringa*
|
2016-07-08 13:09:44 -04:00
|
|
|
|
2016-08-10 00:02:22 -04:00
|
|
|
* Add ActiveSupport::Notifications hook to Broadcaster#broadcast.
|
2016-05-11 19:55:17 -04:00
|
|
|
|
2016-07-08 13:47:03 -04:00
|
|
|
*Matthew Wear*
|
2016-05-06 17:54:40 -04:00
|
|
|
|
2016-07-08 13:47:03 -04:00
|
|
|
* Close hijacked socket when connection is shut down.
|
2016-07-08 13:23:35 -04:00
|
|
|
|
2016-07-08 13:47:03 -04:00
|
|
|
Fixes #25613.
|
2016-07-08 13:23:35 -04:00
|
|
|
|
2016-07-08 13:47:03 -04:00
|
|
|
*Tinco Andringa*
|
2016-07-08 13:23:35 -04:00
|
|
|
|
|
|
|
|
2016-05-10 00:07:09 -04:00
|
|
|
Please check [5-0-stable](https://github.com/rails/rails/blob/5-0-stable/actioncable/CHANGELOG.md) for previous changes.
|