Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests for Server::Base#restart | Jon Moss | 2016-10-02 | 1 | -0/+33 |
| | |||||
* | Add ActiveSupport::Notifications hook to Broadcaster#broadcast | Matthew Wear | 2016-05-12 | 1 | -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 names | Jay Hayes | 2016-02-24 | 1 | -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. |