eclipse / paho.golang

Go libraries
Other
327 stars 92 forks source link

Resolve erroneous ping timeout #238

Closed MattBrittan closed 6 months ago

MattBrittan commented 6 months ago

When running with a local server, there is a chance that NewControlPacket(packets.PINGREQ).WriteTo(conn) may return after the ping response has been handled. This led to invalid timeouts.

closes #237