akka.net-networking Questions
1
Solved
I have the following code in my application which creates an instance of an Akka.NET actor in my cluster as such:
_actorSystem = ActorSystem.Create("mycluster");
_actoraActor = this._actorSystem.A...
Ouellette asked 25/6, 2018 at 16:43
1
© 2022 - 2024 — McMap. All rights reserved.