-
Notifications
You must be signed in to change notification settings - Fork 534
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
Pingresp issues (linked from Telegraf) #430
Comments
Unfortunately its difficult to comment without the MQTT logs (the network info helps but does not let us know what is happening internally) - these can be enabled with something like :
Having said that I suspect that the issue may to be in the code that receives messages - if this blocks then what you are seeing is expected. The default for this library is to pass messages in order and this means that the handler is called within the go routine that handles comms; the upshot being that if the message handler blocks then the library will not process the next Note: The last release of this library (1.2.0) is over a year old and there have been some significant changes to the code since then (including some to address a few potential deadlocks). Hopefully a new release is not far off but in the meantime seeing if the issue is resolved in @master may worthwhile. |
This is becoming urgent for me, any idea? @tkerby @MattBrittan I'm preparing logs to @MattBrittan but I need to run it for a long time to be able to reproduce it. |
This relates to If anyone wants to test telegraph with with v1.3.0 then I'd be interested to hear the result (but as I don't use telegraph it's not something I'll be doing). If there are no updates on this in a month or so I'll close this issue off. |
Closing this because Telegraf has been upgraded to v1.3.0 (applying a significant number of fixes/changes). |
I've filed this issue with the Telegraf project but also wanted to include here as they use the Paho client. When connecting to a mosquito server, I'm finding that I constantly get pingresp not received disconnections. It looks like the issue is some sort of incompatibility between server and client and only occurs when data is actively being published from an IoT client
Full details here including network traffic analysis: influxdata/telegraf#7648
Any insights appreciated
The text was updated successfully, but these errors were encountered: