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

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -