Create, kill and create again an actor

Is this related to the OOM issue you reported in Resolve 1000+ DNS with async-dns without OOM error

I suggest that you create an issue that include example code of how to reproduce that problem.

IO(Dns) is an Akka extension that is intended to be started once and then it’s running. You can’t stop it from the outside and expect that it will be started again.

1 Like