-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brainstem Expectations/Caches are not cancellable #90
Labels
Comments
This seems to be reoccurring when doing integration tests. I'll probably do this sometime soon (Friday project?) /cc @naganowl @racerpeter |
Example stack trace:
|
Fixed @ #91 |
Looks like cached objects are missing an |
juanca
changed the title
Brainstem Expectations are not cancellable
Brainstem Expectations/Caches are not cancellable
Feb 8, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems like an expectation only returns a promise. It would be nice to automatically inject an
abort
method (just like an XHR).The text was updated successfully, but these errors were encountered: