eclipse / paho.mqtt.java

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

Receiving a large amount of data causes the connection to be disconnected and EOFException occurs #998

Open javasjq opened 1 year ago

javasjq commented 1 year ago

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

The subscribed mqtt topic sends 10,000 messages per second. The messageArrived() method disconnects after processing 100 messages. What should I do to solve the problem?

If this is a bug regarding the Android Service, please raise the bug here instead: https://github.com/eclipse/paho.mqtt.android/issues/new

cheepsilver commented 1 year ago

Have you fingered out this problem