Skip to content

Instantly share code, notes, and snippets.

@AndrewEgorov
AndrewEgorov / EchoActor.cs
Created June 17, 2015 06:30
Sample code which reproduce problem with killing remote child actor
using System;
using Akka.Actor;
namespace RemoteDeploy.Shared
{
public class KillMe
{
public static KillMe Instance = new KillMe();
}