Any issue using EF Core with failsafes + factory timeouts? #289
Answered
by
jodydonetti
onionhammer
asked this question in
Q&A
-
The factory could keep going after the factory timeout has been triggered, doesn't that mean the EF core context could be disposed if it originates outside of the factory; i.e. if the scope is disposed and the context is disposed while the factory is still working Should EF core contexts be created and disposed within the factory if a failsafe is used? |
Beta Was this translation helpful? Give feedback.
Answered by
jodydonetti
Aug 19, 2024
Replies: 1 comment 2 replies
-
Hi @onionhammer , I think you can take a look at this #282 (comment) |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
onionhammer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @onionhammer , I think you can take a look at this #282 (comment)