Skip to content

Fix: Abort connection handshake when connection timeout is reached

Choose a tag to compare

@Namoshek Namoshek released this 27 Sep 09:34
· 57 commits to master since this release
ddff90f

This release provides a fix for hanging connection attempts after successfully opening a socket connection (#84). This may happen when connecting to brokers running in a container, where the application has not bound the forwarded socket yet. The connection handshake is now aborted after the configured connection timeout.