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

I found code "socket.setSoTimeout(1000)" in TCPNetworkModule. How can I customize the timeout value? #997

Open physym opened 1 year ago

physym commented 1 year ago

1.2.5 master branch. I need to customize the socket timeout value. Why hard code 1000?