You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I'm using the MqttClient with no encryption and try to connect to a server with no encryption it works fine.
But due to development I tried to connect with the client with no encryption configured to a Mosquitto Server with encryption enabled. Instead of getting an error the CPU usage got to 100% and the program wasn't responding anymore.
To Reproduce
Steps to reproduce the behavior:
Using this version of M2Mqtt '4.3.0'.
Set the MqttClient to use no encryption
Try to connect to an encrypted mosquitto server
Expected behaviour
The Client throws an error.
Real behaviour
The client runs at 100% CPU usage.
The text was updated successfully, but these errors were encountered:
If I'm using the MqttClient with no encryption and try to connect to a server with no encryption it works fine.
But due to development I tried to connect with the client with no encryption configured to a Mosquitto Server with encryption enabled. Instead of getting an error the CPU usage got to 100% and the program wasn't responding anymore.
To Reproduce
Steps to reproduce the behavior:
Expected behaviour
The Client throws an error.
Real behaviour
The client runs at 100% CPU usage.
The text was updated successfully, but these errors were encountered: