Replies: 1 comment 1 reply
-
I'm facing the same issue on Laravel 11 with Laravel-webhook-server 3.8, even I don't use ShouldQueue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, I am listening for the
WebhookCallSucceededEvent
andWebhookCallFailedEvent
events to save the log. While everything work as expected with the following listener class like so:But if I implement the
ShouldQueue
interface the response content is getting empty. Did anyone get into this trouble? Do you have anyway to solved this?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions