Replies: 1 comment 2 replies
-
Can you give more detail on where the deadlock happens? I think the natural way of handling this would be via a timeout. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since we require a fully signed state for State Apps, they can deadlock when both parties propose a new state to each other at the same time.
This can also happen when both parties close at the same time, we we already observed in the mobile app.
Lets discuss on how to circumvent this; Some kind of priority would be possible. A client would always gives the lower
Actor Index
precedence.Other ideas?
@matthiasgeihs
Beta Was this translation helpful? Give feedback.
All reactions