Background refetch state machine #4934
Answered
by
davidkpiano
benjaminpreiss
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
davidkpiano
Jun 11, 2024
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
benjaminpreiss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why do you not want to leave the resulting state of
analyze
?In general, I would recommend not transitioning between parallel states; try to keep them as orthogonal as possible. Remember that you can respond to the same event in each parallel state.
Without knowing the full details of your use-case, hopefully this serves as inspiration: