aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/app/assets/javascripts/action_cable/consumer.coffee
Commit message (Collapse)AuthorAgeFilesLines
* 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