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
I am using visual studio 2017. I'd install package Akka.
on the Program.cs Main .. as instructed on the lesson. I added
var consoleWriterActor = MyActorSystem.ActorOf(Props.Create(() =>
new ConsoleWriterActor()));
var consoleReaderActor = MyActorSystem.ActorOf(Props.Create(() =>
new ConsoleReaderActor(consoleWriterActor)));
"ConsoleWriterActor() could not be found" error. Please advise what library to be added other than Akka.Actor
The text was updated successfully, but these errors were encountered:
I am using visual studio 2017. I'd install package Akka.
on the Program.cs Main .. as instructed on the lesson. I added
var consoleWriterActor = MyActorSystem.ActorOf(Props.Create(() =>
new ConsoleWriterActor()));
var consoleReaderActor = MyActorSystem.ActorOf(Props.Create(() =>
new ConsoleReaderActor(consoleWriterActor)));
"ConsoleWriterActor() could not be found" error. Please advise what library to be added other than Akka.Actor
The text was updated successfully, but these errors were encountered: