eclipse / paho.mqtt.m2mqtt

Eclipse Public License 1.0
512 stars 303 forks source link

High processor consumption in case of error MqttCommunicationException #95

Open gpasquier opened 5 years ago

gpasquier commented 5 years ago

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

yuridiniz commented 5 years ago

I have some problem