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

Azure function app hang as MQTTnet.Exceptions.MqttCommunicationException, MQTTnet.Exceptions.MqttCommunicationTimedOutException #133

Open
nghianguyendev opened this issue Jan 8, 2021 · 0 comments

Comments

@nghianguyendev
Copy link

If there is exceptions regarding to connection then the azure function app will be hung.

These are exceptions:

  • ‘MQTTnet.Exceptions.MqttCommunicationException : No connection could be made because the target machine actively refused it. [::ffff:13.69.85.206]:1883’ at 2020-12-22 15:26:21.4423821 UTC
  • ‘MQTTnet.Exceptions.MqttCommunicationTimedOutException : Exception of type 'MQTTnet.Exceptions.MqttCommunicationTimedOutException' was thrown.’ at 2020-12-29 15:25:50.7264167 UTC

This is the information from MS support.
“Our current speculation is that, when the function was running, the target server refused the connection for some reason which caused the function code stuck in deadlock. This also leads to the function process hanging the whole time.”

Is there anyone meet this issue?

@nghianguyendev nghianguyendev changed the title Azure function app hang Azure function app hang as MQTTnet.Exceptions.MqttCommunicationException, MQTTnet.Exceptions.MqttCommunicationTimedOutException Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant