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

Issue with SubscriberSyncMessage #10

Open
bsmietana opened this issue Dec 4, 2024 · 0 comments
Open

Issue with SubscriberSyncMessage #10

bsmietana opened this issue Dec 4, 2024 · 0 comments

Comments

@bsmietana
Copy link

bsmietana commented Dec 4, 2024

SubscriberSyncMessage is never properly handled due to it's parameters. For some reason $name always equals to 'Subscriber Sync Operation'. This means that SubscriberSyncOperation can't properly send requests, because it expect that name to be 'real-time-subscribers-sync-operation' for example.
Not sure if it's symfony (v6.4) or this plugin (v2.14.1), but unless I patch SubscriberSyncMessage and change line 19 and 22 ($name -> $jobName) this is never handled.

After that slight change, everything works.

Update: Issue still persist on 2.15.1

Could be the case that other messages are affected too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant