Skip to content
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

[Frozen Architecture] Define behaviour of closing Realms inside Flows #331

Open
2 tasks
cmelchior opened this issue Jul 2, 2021 · 1 comment
Open
2 tasks

Comments

@cmelchior
Copy link
Contributor

cmelchior commented Jul 2, 2021

Currently, closing Realms inside Flows has undefined behavior. We need to define and implement the semantics we want for this.

TODO

  • Define the semantics we want. We probably need to play around with some prototypes. Some possibilities: A) Throw like we do for MutableRealm B) Allow it, and assume people know what they are doing
  • Tests
@cmelchior cmelchior mentioned this issue Jul 2, 2021
19 tasks
@sync-by-unito
Copy link

sync-by-unito bot commented Dec 13, 2021

➤ Christan Melchior commented:

With frozen architecture, there is always a race condition here. So instead we should rely on Core catching this and map its errors in a way that makes sense to users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant