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
The ActorStateManager.tryGetState method returns an array with the first element being a bool if the state exists and the second being the value if it does. This seems to be inconsistent with idiomatic Javascript and is also not well documented. This seems to be more like idiomatic Go, which is not generally well known to JS devs.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had activity in the last 60 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.
The
ActorStateManager.tryGetState
method returns an array with the first element being a bool if the state exists and the second being the value if it does. This seems to be inconsistent with idiomatic Javascript and is also not well documented. This seems to be more like idiomatic Go, which is not generally well known to JS devs.The text was updated successfully, but these errors were encountered: