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 constructor of ActorHost was changed to be internal in an RC build which makes unit testing actors virtually impossible. It's intended that users can construct an ActorHost and pass it into an actor in a unit test.