-
Notifications
You must be signed in to change notification settings - Fork 16
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
stash_dio crash when reading from hive cache #9
Comments
Let me try this with a cache that employs serialization |
Yap fixed, I will send out a new version shortly. Sorry about this mistakes but this is one of the less tested package on |
OK! If you're rolling out a new version, would you mind looking at this as well: #10 ? |
I've already merged it :-). I will push everything in the new version |
Thanks! :) |
Published |
Describe the bug
When trying to read from the cache, the stash_dio_interceptor crashes when using stash_hive. It does not seem to work at all.
To Reproduce
Make two requests to seemingly any URL while using stash_dio with stash_hive
Expected behavior
An HTTP-response is returned both times.
Actual behavior
The second request crashes with:
Version
dio: 4.0.0
stash: 2.0.2
stash_dio: 2.0.3
stash_hive: 2.0.3
The text was updated successfully, but these errors were encountered: