Esempio n. 1
0
        public override async Task StopAsync()
        {
            logger.LogInformation("Node {NodeId} is stopping.", NodeId);

            await actorManager.Finished();

            logger.LogInformation("Node {NodeId} is stopped.", NodeId);
        }