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

OnConnectionClose() private method

private OnConnectionClose ( TcpConnection connection, int reason ) : void
connection TcpConnection
reason int
return void
        private void OnConnectionClose(TcpConnection connection, int reason)
        {
            RunTask(() => Close(), _self);
        }