Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

broken bridge functionality #2207

Closed
abiliojr opened this issue May 16, 2021 · 1 comment
Closed

broken bridge functionality #2207

abiliojr opened this issue May 16, 2021 · 1 comment

Comments

@abiliojr
Copy link
Contributor

In develop (and probably other versions of mosquitto), the Bridge functionality is mostly broken (at least in linux). If a bridge fails to connect or gets disconnected, it will never connect again. More specifically, the connection at TCP level will happen, but the CONNECT packet is never sent over the socket.

This issue was introduced in the commit: 6e3738d , which was supposed to fix #2043

@ralight
Copy link
Contributor

ralight commented May 16, 2021

Interesting this didn't fail for me because I was only checking the first reconnection attempt, which always works fine for me. This was triggered if the first reconnection failed (the remote broker was still down) - all subsequent attempts would fail.

Does the fix work for you?

@ralight ralight closed this as completed in 880df73 Jun 9, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants