I tried to disable following what console message said to me to do: I set akka.log-dead-letters-during-shutdown = off and log-dead-letters = off. I even set log-remote-lifecycle-events = off. But seems doesn't work:
My application.conf of server actor:
To make the disconnection test I just press "CRTL+C" on client side.
What I need to do to make this work? Am I missing something!