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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: