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
With bluebird 2.x cancellable promises were being cancelled by timeout() however in 3.x that doen't happen even if cancellation is (globally) enabled. Is this intentional?
With bluebird 2.x cancellable promises were being cancelled by
timeout()however in 3.x that doen't happen even if cancellation is (globally) enabled. Is this intentional?