You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
anycable and anycabe-rails gems version below 1.1 do not have anycable-core as its dependencies. This causes errors, when adding yabeda-anycabl to a project with those gems installed.
yabeda-anycable middleware relies on an interface that is introduced in anycable 1.1
When yabeda-anycable adds its middleware it causes AnyCable::Rails::Middlewares::LogTagging to throw undefined method metadata' for #AnyCable::ConnectionRequest` error
It is most likely to be common for Rails projects below version 6, as anycable-rails 1.1 can not be added to Rails <6 projects.
I guess it should be at least, mentioned in the Readme.
The text was updated successfully, but these errors were encountered:
anycable
andanycabe-rails
gems version below 1.1 do not haveanycable-core
as its dependencies. This causes errors, when addingyabeda-anycabl
to a project with those gems installed.This is caused because of a few things:
anycable
introduces breaking changes at v 1.1 - https://github.com/anycable/anycable/blob/master/CHANGELOG.md#110rc1-2021-05-12yabeda-anycable
middleware relies on an interface that is introduced inanycable
1.1yabeda-anycable
adds its middleware it causesAnyCable::Rails::Middlewares::LogTagging
to throwundefined method
metadata' for #AnyCable::ConnectionRequest` errorIt is most likely to be common for Rails projects below version 6, as
anycable-rails
1.1 can not be added to Rails <6 projects.I guess it should be at least, mentioned in the Readme.
The text was updated successfully, but these errors were encountered: