Re: [VOTE] Release Apache Qpid protonj2 1.0.0-M18

2023-11-06 Thread Tomas Vavricka
+1 * Verified the signature and checksum files * Verified LICENCE and NOTICE files in archives * Verified source license headers by 'mvn apache-rat:check' * Built from source and ran tests (mvn clean install) on OpenJDK Java 11 (11.0.20.1) and OpenJDK Java 17 (17.0.8.1) on Ubuntu 22.04.2

RE: external event loop

2023-11-06 Thread Tom Crowe
Hi, So all working fine with Connection_driver and an external event loop. However, when trying to add a 're-connect' feature, the connection_driver based client is unresponsive. Details: 1. When the server fails abruptly, the loss of transport is detected by a socket recv on the client.