aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/CHANGELOG.md
blob: 9076e0a83a22bb4054706c013943fe8d179a0e1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*  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.