-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
ActiveSupport::Logger.broadcast method is dropped #188
Comments
Thanks! Fixed and released in 1.4.1 |
@palkan I am experiencing the same error even though I am using the latest version. Ruby version: 3.2.2Rails version: 7.1.2
|
Hey @MBM1607 Could you please share a stack trace? |
Yes, sure. Sorry, I should have included it with the original message. Error
|
@MBM1607 Thanks! How do you configure your logger? I guess, you're not using the default one. I pushed a fix to master, could you please check it? |
@palkan It is working flawlessly with the latest fix. |
Thanks! Released in 1.4.3 |
Ruby version:
Ruby 3.2.2
Rails version:
7.1.0.rc1
anycable
gem version:1.4.2
anycable-rails
gem version:1.4.0
grpc
gem version:1.58.0-x86_64-linux
What did you do?
Tried to run my application with new Rails 7.1.0.rc1
What did you expect to happen?
Everything should work as before Rails upgrade.
What actually happened?
Got this error
According to this commit in Rails repo,
ActiveSupport::Logger.broadcast
method is dropped.Sidekiq has the same issue. So, it was fixed here.
I've implemented something like this in my fork. Look at this. Looks like everything works. I'm testing it right now.
Didn't submit a PR cause I don't know how you manage Rails versions differences 🙂
The text was updated successfully, but these errors were encountered: