aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/app/assets/javascripts/action_cable/connection.coffee
Commit message (Expand)AuthorAgeFilesLines
* ActionCable should not raise when a connection is already openDuncan Grazier2017-01-061-1/+1
* Add configuration for `WebSocket` and `logger`Jon Moss2016-05-311-1/+1
* Cable typo: isSupportedProtocol -> isProtocolSupportedJeremy Daer2016-04-051-1/+1
* Merge pull request #24224 from danielrhodes/actioncable-websocket-protocolsJeremy Daer2016-04-051-16/+25
|\
| * Added protocol negotiationDaniel Rhodes2016-04-051-16/+25
* | Fix WebSocket already open log message typoJon Evans2016-03-221-1/+1
|/
* Store reference to Subscriptions instance for convenienceJavan Makhmali2016-03-031-5/+6
* Defer starting connection monitor until a connection is openedJavan Makhmali2016-03-031-3/+7
* Establish WebSocket connection when first subscription is created. Fixes #24026Javan Makhmali2016-03-031-8/+5
* ConnectionMonitor is once again notified of disconnectDaniel Rhodes2016-03-031-0/+1
* Make ping into a message typeDaniel Rhodes2016-03-011-2/+3
* Added welcome message type and fix test hacksDaniel Rhodes2016-03-011-0/+2
* Only open Action Cable connection if data is being sentJon Moss2016-02-241-1/+3
* Fix isAlive condition and add more loggingJavan Makhmali2016-02-231-5/+7
* ActionCable.logJavan Makhmali2016-02-231-7/+7
* Uninstall event handlers when replacing WebSocket instanceJavan Makhmali2016-02-231-0/+6
* Connection#isAliveJavan Makhmali2016-02-231-3/+3
* Treat 'closing' state as closed.Pratik Naik2016-02-231-3/+6
* Add client-side console logging to help debug reconnect issuesJavan Makhmali2016-02-231-0/+7
* Wrangle the asset build into something that sounds more generalMatthew Draper2016-02-011-0/+81