You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stateless actors are unable to catch errors being thrown in the main function.
I assume this should be the case, but please let me know if it is not. I will fall-back to using regular actors.
Expected Behavior
An error being thrown inside a Stateless actor's function should:
Stateless actors are unable to catch errors being thrown in the main function.
I assume this should be the case, but please let me know if it is not. I will fall-back to using regular actors.
Expected Behavior
An error being thrown inside a Stateless actor's function should:
onCrash
and escalated properlyCurrent Behavior
Error doesn't get thrown and actor get's stuck
Possible Solution
No clue
Steps to Reproduce (for bugs)
This outputs:
Context
I'm trying to use stateless actors to perform simple tasks, but I need these to respond to errors
Your Environment
Tested in node v14.21.3 and v18.14.2 on MacOS 13.4.1
The text was updated successfully, but these errors were encountered: