mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
23e3e2bc2b
ActionCable was throwing a "Existing connection must be closed before opening" exception which was being picked up as a production issue in our error monitoring software. Since this happens pretty often on any device that allows the browser to sleep (mobile) this error was getting triggered often. This change removes the exception, but keeps logging the occurrence. We now return `false` to let the caller now that `open` failed. |
||
---|---|---|
.. | ||
action_cable | ||
action_cable.coffee.erb |