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 as the name implies just that stateless.
Thus it is safe for them to process multiple requests at the same time without blocking.
This will greatly simply using promises in such actors.
The text was updated successfully, but these errors were encountered:
Stateless actors are as the name implies just that stateless.
Thus it is safe for them to process multiple requests at the same time without blocking.
This will greatly simply using promises in such actors.
The text was updated successfully, but these errors were encountered: