Event Listener Queue Error Number Format #38666
Unanswered
swiftalker
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I don't know if this is a bug or not, but I ran into a problem when when I tried to dispatch an event listener with a queue, the error was
number_format(): Argument #2 ($decimals) must be of type int, string given
this error does not occur in the context of the same table but only differs in the delivery of the data payload.
lately, this problem occurs only with me implementing queue but if without queue it runs smoothly as usual.
this my event code
and this my listener
thanks
Beta Was this translation helpful? Give feedback.
All reactions