aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/server
Commit message (Collapse)AuthorAgeFilesLines
* 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.