Skip to content
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

Restore support for broadcast_refreshes with Sidekiq's default strict_args #683

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

AnalyzePlatypus
Copy link
Contributor

Restores support for broadcast_refreshes when using Sidekiq in the default strict_args mode.

Temporary Workaround:
Until merge, this issue can be bypassed by disabling strict_args.

Original solution suggested by @jdelStrother here.
Based on PR 642 by @michaelbaudino.


Fixes #522, fixes #535.
See discussion on PR 642 with @michaelbaudino and @dhh

@AnalyzePlatypus
Copy link
Contributor Author

Should I add a test for this issue to the suite?
Or is that not necessary?

@dhh dhh merged commit 3ad21e9 into hotwired:main Sep 19, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment