Akka.Remote.ReliableDeliverySupervisor.HandleTooLongIdle C# (CSharp) 메소드

HandleTooLongIdle() 개인적인 메소드

private HandleTooLongIdle ( ) : void
리턴 void
        private void HandleTooLongIdle()
        {
            throw new HopelessAssociation(_localAddress, _remoteAddress, Uid,
                new TimeoutException("Delivery of system messages timed out and they were dropped"));
        }