aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/CHANGELOG.md
blob: cc15e9bf616172a9aa13fd2030979d75c88b5738 (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.