c# - How to detect remote actor disconnection (dissociation)? -
i have server contains serveractor. actor receives registerclient messages , adds actorrefs list of registered clients.
i have multiple clients, each of them contains clientactor should registrered on server further actions.
what best pattern handle client actor disconnect (because of network failure example). should implement hearbeat messages or akka.net contains out of box?
akka.net documentation contains answer question: detecting , handling network failures remote deathwatch
Comments
Post a Comment