aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Bump versionPratik Naik2015-04-071-1/+1
|
* Merge branch 'connection-management'Pratik Naik2015-04-079-144/+308
|\
| * Fix an error messagePratik Naik2015-04-061-1/+1
| |
| * Catch exceptions when subscribing to a channel and processing a messagePratik Naik2015-04-061-4/+10
| |
| * Remote connections API for the serverPratik Naik2015-04-063-0/+18
| |
| * Remove a puts messagePratik Naik2015-04-061-1/+0
| |
| * Be sure to cleanup internal redis subscriptions on closePratik Naik2015-04-061-1/+1
| |
| * Add remote connection to talk over internal redis channelPratik Naik2015-04-066-18/+70
| |
| * Add connection identifier and an internal redis channelPratik Naik2015-04-065-135/+209
| |
| * Separate connection and server classesPratik Naik2015-04-045-150/+165
| |
* | Clear ping wait timeout when removing the connectionPratik Naik2015-04-031-1/+2
|/
* Close the websocket on exceptionPratik Naik2015-03-252-0/+15
|
* Dont process messages when the websocket is no longer openPratik Naik2015-03-251-0/+6
|
* Dont process messages until connect is runPratik Naik2015-03-251-2/+18
|
* Merge branch 'master' into authorizationPratik Naik2015-03-241-2/+2
|\
| * Increase the stale timoutPratik Naik2015-03-241-1/+1
| |
| * Don't call connection#close directlyPratik Naik2015-03-231-1/+1
| |
* | Remove request and cookies helper methodsPratik Naik2015-03-061-8/+0
| |
* | Add request and cookies helpersPratik Naik2015-03-061-0/+11
| |
* | Authorize before sending and receiving dataPratik Naik2015-03-052-4/+29
|/
* 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
|
* Merge remote-tracking branch 'origin/celluloid'Jeremy Kemper2015-02-161-8/+12
|\ | | | | | | | | Conflicts: lib/action_cable/server.rb
| * Add loggingDavid Heinemeier Hansson2015-02-091-1/+8
| |
| * Inline id_key variableDavid Heinemeier Hansson2015-02-091-7/+4
| |
* | Move assets to the gemPratik Naik2015-02-124-0/+140
| |
* | Ping the client every 3 secondsPratik Naik2015-02-111-0/+14
|/
* Raise an exception when Server.pubsub class method is not definedPratik Naik2015-02-071-2/+3
|
* Fix periodic timersPratik Naik2015-02-071-2/+2
|
* Merge branch 'master' into celluloidPratik Naik2015-02-071-5/+6
|\
| * Use the class pubsub methodPratik Naik2015-02-071-1/+1
| |
| * Use just one redis connectionPratik Naik2015-02-071-5/+6
| |
* | Add a Server#disconnect callbackPratik Naik2015-02-051-0/+1
| |
* | Generic Worker#invoke methodPratik Naik2015-02-052-10/+4
| |
* | Helper method for worker_poolPratik Naik2015-02-052-3/+12
| |
* | Configurable worker pool sizePratik Naik2015-02-052-5/+10
| |
* | Update the gemspecPratik Naik2015-02-052-4/+5
| |
* | EM epollPratik Naik2015-02-051-0/+3
| |
* | Run periodic timers via the worker poolPratik Naik2015-02-052-2/+10
| |
* | No cramp and use celluloid workers to run callbacksPratik Naik2015-02-054-11/+58
|/
* Add a disconnect callbackDavid Heinemeier Hansson2015-01-311-1/+7
|
* Add support for redis channelsPratik Naik2015-01-193-0/+34
|
* Fix unsubscribe callbacksPratik Naik2015-01-191-1/+1
|
* No need for matching paramsPratik Naik2015-01-191-3/+1
|
* Use instance_exec to invoke the lambda callbackPratik Naik2015-01-171-1/+1
|
* More API changesPratik Naik2015-01-173-7/+10
|
* Use underscored class name as the default channel namePratik Naik2015-01-172-1/+5
|
* Always pass the channel broadcast in message keyPratik Naik2015-01-161-1/+1
|