We added whispering support to AnyCable in v1.5. Why not being so kind and adding it to Action Cable as well? (Similarly to broadcast to objects and signed streams features).
TODO
Enhance our stream_from patch to store whispering stream information in the channel state
Context
We added whispering support to AnyCable in v1.5. Why not being so kind and adding it to Action Cable as well? (Similarly to broadcast to objects and signed streams features).
TODO
Enhance our stream_from patch to store whispering stream information in the channel state
Patch the Subscriptions#execute_command method to handle the
whisper
command (broadcast to the whispering stream)