I'm learning Akka.net. I've set up a running test where I'm running an actor locally, and remotely over to another actor on a VM in Azure.
The problem is, after I'm done and close the application locally the remote actor also goes down.
"An existing connection was forcibly closed by the remote host"
What I need the remote actor to is just to accept the termination, and wait for the next connection from the actor running locally. How can I fix this?