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
This is an automated message to let you know that this issue has
gone 365 days without any activity. In order to ensure that we work
on issues that still matter, this issue will be closed in 14 days.
If this issue is still important, you can simply comment with a
"bump" to keep it open.
While working with the MQTT client on the browser, I noticed callbacks (sent through setImmediate) are missing parameters.
I tracked the problem down to this snippet:
Here is the problematic function mentioned above.
It does not implement the setImmediate as per the documentation here with the callback args.
But using core-js's polyfill is for now a good enough alternative (need to be imported before the mqtt lib):
The text was updated successfully, but these errors were encountered: