aboutsummaryrefslogblamecommitdiffstats
path: root/actioncable/CHANGELOG.md
blob: 2e6c2f2afc15a15e1127a846a48e04f8f2ba1c13 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                                     

                                                                       
 
                    
 
                                                                   
 
                  
 
                                                       
 
                 
 
                    

 
                                                                                                                        
*   Buffer writes to websocket connections, to avoid blocking threads
    that could be doing more useful things.

    *Matthew Draper*, *Tinco Andringa*

*   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.