Skip to content

Instantly share code, notes, and snippets.

View paulharker's full-sized avatar

Paul Harker paulharker

View GitHub Profile
@Aaronontheweb
Aaronontheweb / FriendsMaster.cs
Created June 1, 2015 18:42
Akka.NET Parent Actor "Create If Not Exist" pattern
/*
* From Petabridge's Akka.Remote training: https://petabridge.com/training/akka-remoting/
* Copyright Petabridge LLC, 2015.
*/
/// <summary>
/// Master actor responsible for the management of friends lists
/// </summary>
public class FriendsMaster : ReceiveActor
{