Akka.Remote.ReliableDeliverySupervisor.HandleTooLongIdle C# (CSharp) Méthode

HandleTooLongIdle() private méthode

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