Replies: 4 comments 2 replies
-
Hi. I'm not exactly sure I understand the question. |
Beta Was this translation helpful? Give feedback.
-
I means if there are 10 handler-errors(time-out) in the same time, how does the handler deal with it? in Actor a1 in Actor a2 .... if B1, B2, ... B10 are all time-out, and throw 10 errors in the same time, |
Beta Was this translation helpful? Give feedback.
-
Thanks. I get it. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your note. |
Beta Was this translation helpful? Give feedback.
-
Suppose there are A1, A2, ..., A10, 10 actors, they ask-s B1, B2, ..., B10 with "time-out" in the same time.
And B1, B2, B10 are all time-out, and they throw 10 handler-error in the same time. How does the handler deal with this situation? Or ask-s should not throw exception, and just return a "fail" value?
Beta Was this translation helpful? Give feedback.
All reactions