aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/app/assets/javascripts/action_cable/connection_monitor.coffee
Commit message (Collapse)AuthorAgeFilesLines
* Defer starting connection monitor until a connection is openedJavan Makhmali2016-03-031-36/+45
|
* ConnectionMonitor is once again notified of disconnectDaniel Rhodes2016-03-031-0/+1
|
* Make ping into a message typeDaniel Rhodes2016-03-011-4/+2
| | | | | | | | This change makes ping into a message type, which makes the whole protocol a lot more consistent. Also fixes hacks on the client side to make this all work.
* ActionCable.logJavan Makhmali2016-02-231-7/+7
|
* Log ConnectionMonitor connectPratik Naik2016-02-231-0/+1
|
* Add client-side console logging to help debug reconnect issuesJavan Makhmali2016-02-231-1/+8
|
* Wrangle the asset build into something that sounds more generalMatthew Draper2016-02-011-0/+79