He-Pin opened a new pull request, #2801: URL: https://github.com/apache/pekko/pull/2801
## Motivation When a TLS actor stopped unexpectedly, the stream could hang indefinitely without proper error propagation. ## Modification Added proper handling for unexpected TLS actor termination by failing the stage with a descriptive error message, ensuring the stream completes with an error rather than hanging. ## Result TLS streams fail gracefully with clear error messages instead of hanging on unexpected actor termination. ## References - Upstream commit: [akka/akka-core@b4b2fcbaaa](https://github.com/akka/akka-core/commit/b4b2fcbaaa), which is now Apache licensed. - Cherry-picked from akka/akka-core v2.8.0 (released Sept 2022, BSL -> Apache 2.0 after 3 years). -- 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]
