nvollmar commented on issue #1182: URL: https://github.com/apache/incubator-pekko/issues/1182#issuecomment-1983528490
The `TcpDnsClient` didn't receive anything as the `TcpOutgoingConnection` just does `context.stop(self)` in case of a timeout. The client then is basically dead and can't recover without restarting the actor system. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
