Replies: 2 comments
|
Could you please include a minimal reproducible code example that I can copy/paste and run? |
0 replies
|
Fixed in 5.0, also |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I am using memory backend for my tests.
When the test suite ends, I am calling cache.close() and I can see that its calling .cancel on the async task but its still bubbling up and causing a test to fail. Is there something I need to be doing to handle this?
All reactions