We are using akka.net in our project for distributed worker service. We are using Blazor application as UI (actor system with API role) and dot net core worker service multiple instances (same actor system with WLM role). Everything works good however we have issue with service stability. Some of the service nodes goes down intermittently with message - connection is reset by remote peer. In such scenario we are unable to catch the root cause of this disassociation. Please let us know the way to improve the stability of system. Also, is there any way to log the root cause of system disassociation.
Many thanks in advance.