eclipse/paho.mqtt.m2mqtt

High processor consumption in case of error MqttCommunicationException

gpasquier opened this issue · 1 comments

Hi,
In case of MQTTCommunicationException, the ReceiveThread take all the process.
To suppress that I put a thread.sleep when the exception throw.
Hope it is not the solution.
Thanks

I have some problem