issues
search
eclipse-paho
/
paho.mqtt.golang
Other
2.77k
stars
534
forks
source link
fix: issue 675:goroutine leak when connectionUp(true) return error
#678
Closed
kiqi007
closed
5 months ago
kiqi007
commented
5 months ago
bug fix:
https://github.com/eclipse/paho.mqtt.golang/issues/675
Skip the check for Disconnect when the connection is being established.
Treat this scenario (Disconnect during connection) as if the Disconnect occurred after connectionUp(true) completed.
bug fix: https://github.com/eclipse/paho.mqtt.golang/issues/675