aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/app/assets/javascripts/action_cable/consumer.coffee
Commit message (Collapse)AuthorAgeFilesLines
* Added protocol negotiationDaniel Rhodes2016-04-051-0/+19
| | | | | | | | | This is primarily for backwards compatibility for when or if the protocol is changed in future versions. If the server fails to respond with an acceptable protocol, the client disconnects and disables the monitor.
* Defer starting connection monitor until a connection is openedJavan Makhmali2016-03-031-2/+0
|
* Establish WebSocket connection when first subscription is created. Fixes #24026Javan Makhmali2016-03-031-0/+4
| | | | | * More intention revealing than connecting on the first call to Connection#send * Fixes that calls to Connection#send would attempt to open a connection when the WebSocket's state is CONNECTING
* Wrangle the asset build into something that sounds more generalMatthew Draper2016-02-011-0/+25