On Wed, 27 Nov 2024 20:30:38 GMT, Bradford Wetmore <wetm...@openjdk.org> wrote:
>> I'm not sure why we need this. We have an infinite timeout now, server will >> read the packets from the client whenever they become available. > > I don't think we need this second one here. What would be the first one? Server thread is timing out but I don't think we need to reverse the logic because of this, we are expecting an exception in the server thread, the client thread should wait until that exception is thrown. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/22263#discussion_r1861249223