Replies: 1 comment 1 reply
-
As soon as a non-idempotent capsule is read for the first time, it remains in the container until the end of the container’s life. This is because it relies on the state or something from outside of the containers control, so it’s not safe to dispose (unlike idempotent capsules).
likely, yes, that was a fundamental design decision if you need state that gets disposed:
|
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
-
I need to settle my ReArch knowledge on this regard. I think I already undrestood this but I need confirmation before adopting an specific approach on my current project:
Thanks
Beta Was this translation helpful? Give feedback.
All reactions