eclipse-paho / eclipse-paho/paho.mqtt.java
It is recommended to add the client IP that can be specified when establishing a TCP connection
Open
- Dominant language
- Java
- Stars
- 2.3k
- Forks
- 919
- PR merge metrics
- No merged PRs in 30d
Description
v3 1.2.5
After I connected the VPN locally, mqtt clinet could not connect to the remote broker. However, after specifying the client's IP when establishing a TCP connection, the connection can be successful, so this recommendation is made。
eg:
Socket socket = new Socket(remoteAddr,1883,localAddr,0);

Contributor guide
Assessment
This issue has not been assessed yet.