Skip to content

Add support for ActionCable

Heinrich Lee Yu requested to merge actioncable-puma into master

This adds an option to start an ActionCable service (disabled by default).

This is a separate Puma process that handles websocket connections. This will be used for real-time features that we are currently building.

Edited by GitLab Release Tools Bot

Merge request reports