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
As we have seen in the previous chapters, to create a top-level actor one must call System.ActorOf().
This method doesn't seem to be mentioned in any of the previous chapters of the doucmentation as visible on https://getakka.net (e.g. 'What is Akka.NET?', 'What are actors?' or 'Akka.NET Libraries and Modules').
I had to browse the API docs to learn how to create an instance of ActorSystem with ActorSystem.Create. These tutorials should cover this step.
The text was updated successfully, but these errors were encountered:
In that section of the akka.io documentation, they reference a QuickStart guide that has the System.ActorOf() bits included.
It looks like a simple oversight when porting the docs over to our site. Should be a relatively easy fix to explain what it is especially
with the diagram just a few sentences away.
As Part 1: Top-level Architecture reads:
This method doesn't seem to be mentioned in any of the previous chapters of the doucmentation as visible on https://getakka.net (e.g. 'What is Akka.NET?', 'What are actors?' or 'Akka.NET Libraries and Modules').
I had to browse the API docs to learn how to create an instance of
ActorSystem
withActorSystem.Create
. These tutorials should cover this step.The text was updated successfully, but these errors were encountered: