System.Invalid Operation Exception #282
Amorganskate
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @Amorganskate and thanks for using FusionCache! I suppose you are using soft/hard timeouts or eager refresh, right? These features may let a factory run (or finish running) in the background: this means that if you close the connection after a Usually this happens with EF, and you can see here and here other community members stumbling into this (and the solution they've used). I also opened an issue on the EF repo to start a discussion about potential solutions, which you can see here. Hope this helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We just started implementing this fusion cache library and noticed some exceptions in our logs that happen pretty infrequently but wanted to have a discussion about it and see if its just from our logger levels or if we have something going on that we need to resolve.
Beta Was this translation helpful? Give feedback.
All reactions