eclipse / paho.mqtt.m2mqtt

Eclipse Public License 1.0
519 stars 303 forks source link

fixed locked DispatchEventThread #124

Open EtkaBo opened 4 years ago

EtkaBo commented 4 years ago

If MqttMsgPublishReceived event takes long time to process. It locks DispatchEventThread and because of that can't receive any other MQTT messages until DispatchEventThread finishes processing the event.