Akka.Interfaced.SlimSocket.Server.TokenChecker.OnConnectionClose C# (CSharp) Method

OnConnectionClose() protected method

protected OnConnectionClose ( TcpConnection connection, int reason ) : void
connection TcpConnection
reason int
return void
        protected void OnConnectionClose(TcpConnection connection, int reason)
        {
            _self.Tell(PoisonPill.Instance);
        }