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
Event subscribers may end up being subscribed multiple times. This happens with rails 6.x applications only. There are some quick & dirty fixes for this, but switching to a more robust way of managing subscribers will help in avoiding such issues.
The text was updated successfully, but these errors were encountered:
See solidusio#3757
Event subscribers may end up being subscribed multiple times. This happens with rails 6.x applications only. There are some quick & dirty fixes for this, but switching to a more robust way of managing subscribers will help in avoiding such issues.
The text was updated successfully, but these errors were encountered: