diff options
author | Duncan Grazier <itsmeduncan@gmail.com> | 2016-12-20 09:32:45 -0500 |
---|---|---|
committer | Duncan Grazier <itsmeduncan@gmail.com> | 2017-01-06 12:49:58 -0500 |
commit | 23e3e2bc2bfcc393b9164975e97d5ddc58f8bf5c (patch) | |
tree | eef842b4830786f4c7fda008844f1bdf7269bc7e /activerecord/test/migrations/to_copy_with_timestamps2 | |
parent | 98c6e4e56ca2a8f9f987e12815f7cdf66e5f1485 (diff) | |
download | rails-23e3e2bc2bfcc393b9164975e97d5ddc58f8bf5c.tar.gz rails-23e3e2bc2bfcc393b9164975e97d5ddc58f8bf5c.tar.bz2 rails-23e3e2bc2bfcc393b9164975e97d5ddc58f8bf5c.zip |
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.
Diffstat (limited to 'activerecord/test/migrations/to_copy_with_timestamps2')
0 files changed, 0 insertions, 0 deletions