eclipse / paho.mqtt.java

Eclipse Paho Java MQTT client library. Paho is an Eclipse IoT project.
https://eclipse.org/paho
Other
2.12k stars 883 forks source link

The MqttAsyncClient set the number of executorService cores-thread to less than three lead to java.io.EOFException #914

Open Taoaozw opened 2 years ago

Taoaozw commented 2 years ago

Please fill out the form below before submitting, thank you!

If the MqttAsyncClient set the number of executorService cores-thread to less than three When call it's connect method , it will execute CommsCallback start method ,then this leads to a problem,Just like I drew it in the picture

截屏2022-02-26 上午1 12 33