jrudolph commented on PR #443: URL: https://github.com/apache/incubator-pekko/pull/443#issuecomment-1606920325
So, after this change, should you ever come across the new `Stuck in unwrap loop, bailing out, last handshake status` exception, please report back, in the best case with a reproducer so we can actually work on a fix. In a previous similar instance of the problem, I worked together with someone from OpenJDK team at Oracle to get a similar situation fixed in OpenJDK directly but the issue is so hard to reproduce. In one of the previous scenarios the problem only occurred while the connection was torn down, in which case the fix to bail out might actually have little impact on user code (since no data was flowing over the TLS connection any more), so hopefully that is the case here again. -- 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]
