Replies: 1 comment
-
Please see #148 where we hope to discuss and address this topic. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say we have the following interaction between a client uE (uClient) and service uE (uService).
This is the nominal case.
Now what happens if between steps 2 and 3, the uService goes down or is restarted? Is there any mechanism provided by uProtocol to allow the uClient to know this happened? The uClient might want to restart at 1 once the service restarted. It also might want to do an alternate action while uService is unavailable.
I glanced through the spec, and I did not see any mechanism that would allow this level of visibility. Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions