aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/connection
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Remove all the existing connections on redis reconnect"Pratik Naik2015-04-141-4/+0
| | | | This reverts commit 4ac6cfefbb84a6b6ae095c20e990e5807caa9105.
* Remove all the existing connections on redis reconnectPratik Naik2015-04-131-0/+4
|
* Add a tagged proxy logger to handle per connection tagsPratik Naik2015-04-103-29/+52
|
* Tag log entries with the request idPratik Naik2015-04-102-24/+38
|
* Collect information about all the open connections and a method to fetch thatPratik Naik2015-04-091-2/+15
|
* Rename Registry to InternalChannel and remove dup methodsPratik Naik2015-04-092-31/+15
|
* Better method namesPratik Naik2015-04-091-4/+4
|
* Simplify client connection closingPratik Naik2015-04-091-4/+7
|
* Print exception class and message in the logsPratik Naik2015-04-081-2/+6
|
* Fix the error loggingPratik Naik2015-04-081-1/+1
|
* Log request start and finishPratik Naik2015-04-071-2/+32
|
* 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
|
* 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-061-0/+19
|
* Add connection identifier and an internal redis channelPratik Naik2015-04-062-0/+204