I am new to Akka and to Scala and I built a small system to check whether a Sudoko configuration is valid: https://github.com/nsadeh/Sudoko/blob/master/src/main/scala/sudoko/Main.scala. It basically follows this guide: https://developer.lightbend.com/guides/akka-quickstart-scala/define-actors.html.
The issue right now is that the state of PartConstructor does not update, that is, it stays the empty state it is initialized in the whole time. I do not understand why, I am essentially following the same pattern as the Greeter bot actor in the example.
2 posts - 2 participants