-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Detect and work-around stuck-reconnection issue
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fa53a6e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I sincerely doubt you or I or we are waiting for a broker message. And I sincerely doubt we get stuck if the message doesn't make it. Please do me a favor and write that the program gets stuck or whatever, it doesn't affect us ;)
fa53a6e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chriadam how often does this happen? Is this discussed in slack somewhere? I had a look but couldn't see it
fa53a6e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jhofstee I believe it's a problem in QMqttClient. If I am correct, I will create a patch to fix QtMqtt and we can build a patched Qt. I will let you know how it goes.
Of course I might be mistaken - it might be that my state machine has a problem and the subscription is being invalidated and not recreated properly - I will investigate more into that side, too, of course.
fa53a6e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DanielMcInnes see issue #214.