-
Notifications
You must be signed in to change notification settings - Fork 897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed 'TypeError' in ApplicationCable::Connection#connect #19248
Fixed 'TypeError' in ApplicationCable::Connection#connect #19248
Conversation
51afb1f
to
ff1d50b
Compare
@miq-bot add-label ivanchuk/yes |
@skateman thank you for feedback, could you review again |
…o() and User.find_by(:user=>{}) would raise TypeCast error in that case. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1748450
ff1d50b
to
f8889cf
Compare
Checked commit yrudman@f8889cf with ruby 2.4.6, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0 app/channels/application_cable/connection.rb
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@miq-bot assign @gtanzillo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested and it works perfectly 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@miq-bot add-label changelog/no |
…n-cable-when-invoking-find_by Fixed 'TypeError' in ApplicationCable::Connection#connect (cherry picked from commit 040b784) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1767790
Ivanchuk backport details:
|
ISSUE: there is error in the log :
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1748450
@miq_bot add-label bug