aboutsummaryrefslogtreecommitdiffstats
path: root/lib/assets/javascripts/cable.js.coffee
Commit message (Collapse)AuthorAgeFilesLines
* Cable.ConsumerJavan Makhmali2015-06-251-16/+5
|
* Cable.Channel -> Cable.SubscriptionJavan Makhmali2015-06-251-3/+3
|
* Extract connection monitoring and rewrite as a subscriberJavan Makhmali2015-06-251-0/+2
|
* Assume subscribers have an identifierJavan Makhmali2015-06-251-5/+2
|
* Move connection and subscriber code into their own classesJavan Makhmali2015-06-251-124/+10
|
* Update API to camel cased equivalent of WebSocket's APIJavan Makhmali2015-06-241-21/+26
|
* Create JavaScript channels identified by their Ruby class nameJavan Makhmali2015-06-241-0/+5
|
* Switch internal actions to be called commands instead, such that we can use ↵David Heinemeier Hansson2015-06-191-3/+3
| | | | action as the routing word on the user side
* Clear ping wait timeout when removing the connectionPratik Naik2015-04-031-1/+2
|
* Increase the stale timoutPratik Naik2015-03-241-1/+1
|
* Don't call connection#close directlyPratik Naik2015-03-231-1/+1
|
* Call reconnect() when a ping doesnt arrive in expected timePratik Naik2015-02-261-1/+1
|
* Remove existing connection when trying to reconnect to ensure we dont end up ↵Pratik Naik2015-02-261-0/+9
| | | | with multiple connections
* Never stop attempting to reconnectPratik Naik2015-02-261-9/+2
|
* Reconnect the websocket if the server doesnt send a ping every 6 secondsPratik Naik2015-02-261-4/+18
|
* Move assets to the gemPratik Naik2015-02-121-0/+107