Akka.NET: Leveraging State Machines

The Goal In this post we are going to implement a simple finite-state machine (FSM) using Akka.NET, which ideally suits for this kind of tasks. »

Akka.NET: Restart an Actor programmatically

I've seen a couple of questions on the Internet regarding how to restart an actor programmatically. To my knowledge, there is no way to send some »

Akka.NET: The Terminator Actor

Imagine, if you need to shut down the actor system programmatically, based on some condition, etc. You can do it either from the actor system or »