ChugR commented on pull request #1129: URL: https://github.com/apache/qpid-dispatch/pull/1129#issuecomment-824774480
Problem: This branch hangs if there is no server There is no useful comparison between main branch, which does not hang, and this branch. Main branch closes the client connection when the connection is closed for reading whether there is a server or not. On the connector side server connection there are two events: - pn_proactor_raw_connect() - DISCONNECTED event The tcp connector side must go through enough initialization so that the listener-connector links are established. Then the connector side can tear down the links and the client connection will close. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
