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
I just released 1.8.0 which removes the Bluebird dependency, and instead uses the global Promise. Please feel free to file another issue if you run into problems with the new release.
Thanks! I wasn't expecting the quick turn around since you seemed a little absent 😅 . Through using the poller in a somewhat novel setup, I found 2 new issues, and filed them at #15 and #16.
It appears that the main bluebird feature you're using is
timeout
. In general, it's nice to not force a bluebird dependency.The text was updated successfully, but these errors were encountered: