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
Mixing using the actor handle and actor connection can cause some unexpected behaviors in terms of race conditions.
Update the actor client & handle:
Log warning if calling stateless rpcs on a handle when there is a connection open. Determine this by maintaining a global variable of active actor connections.
Add a an option when getting an actor handle (getorcreate,create,etc) to silence this warning