-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
MqttServer stops responding #1542
Comments
I created a branch for this ticket. It is possible that you test a build from the myget feed? I will then revert the changes one by one from the latest version so find the root cause. If you can also build the repo directly for testing, please let me know. |
Can absolutely test dev builds (as long as they are signed), just let me know which one to pull (and allow for a few days of testing). |
OK will let you know as soon I have a build available on the myget feed. And you don't attach any other event handlers? |
@FYN-Michiel Please try build 4.1.1.336 from the myget feed and let me know if it works better. |
There are no other handlers attached, all logic is done through the clients.
Pulled version 4.1.1.339 (or does it need to be 336 exactly?), will be released to the machines tomorrow, will report back later. |
@FYN-Michiel Please use the exact version I posted. Other versions are from other feature branches so they may do not contain the actual fix. In the meantime, I figured out some issues in the AsyncLock replacement and fixed them. Now please try version x.x.x.340. |
Pushing x.x.x.340 now, will report back after a few days. |
Thanks, no more issues have been found, many thanks for the support :) |
Using version 4.1.1.318 the MqttServer sometimes stops responding/processing to new messages after a while.
When reverting to 4.1.0.247 everything returns to normal (no other code changes).
We use an MQTTnet MqttServer on localhost to communicate between processes, this runs on about 75+ machines.
It doesn't happen on every machine (about 1:10) and doesn't happen very often (about every other day).
Working on a way to reproduce this (or provide more information), doesn't want to occur on our debug machines.
Code example
Please provide full code examples below where possible to make it easier for the developers to check your issues.
Ideally a Unit Test (which shows the error) is provided so that the behavior can be reproduced easily.
The text was updated successfully, but these errors were encountered: