AtherEnergy / rumqtt

Pure rust mqtt cilent
The Unlicense
202 stars 71 forks source link

_try_reconnect will timeout in ~ 70 secs, in case no ACK packet is received. #39

Closed creativcoder closed 6 years ago

creativcoder commented 7 years ago

So i investigated the issue about blocking connection on a random port like test.mosquitto.org:1234 and the blocking happens exactly in L320. and eventually the connection timeouts as evident from the retransmittion packets sent as shown below. The error message in particular is Error { repr: Os { code: 110, message: "Connection timed out" } }

2017-02-16-161729_1920x1080_scrot

tekjar commented 6 years ago

Should be fixed in tokio2 branch