aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/server
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for Server::Base#restartJon Moss2016-10-021-0/+33
|
* Add ActiveSupport::Notifications hook to Broadcaster#broadcastMatthew Wear2016-05-121-4/+49
| | | | | This addition of this notification hook will give users better visibility into the messages being sent over the PubSub adapter.
* Ensure server broadcasts are to string queue namesJay Hayes2016-02-241-0/+15
Similar to the channel streaming side, these values must be strings for ActionCable to behave as expected. The conversion will allow users to send string-convertible values and get the expected behavior.