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
{{ message }}
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
This is impossible with native promises but we could add a 'soft' support for Bluebird / Q by going through all promises during timeout and calling cancel method if one exists.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently if flow gets timeouted, it cannot be cancelled which is a problem if it's XHR.
Figure out if there's a way to implement this.
The text was updated successfully, but these errors were encountered: