rails--rails/actioncable/app/assets/javascripts
Duncan Grazier 23e3e2bc2b ActionCable should not raise when a connection is already open
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.
2017-01-06 12:49:58 -05:00
..
action_cable ActionCable should not raise when a connection is already open 2017-01-06 12:49:58 -05:00
action_cable.coffee.erb Add configuration for `WebSocket` and `logger` 2016-05-31 13:06:08 -04:00