1
0
mirror of https://github.com/shirou/mqttcli.git synced 2025-04-26 13:49:17 +08:00

8 Commits

Author SHA1 Message Date
Shirou WAKAYAMA
71d5437e58 update latest mqtt paho and cli. 2016-07-26 00:25:33 +09:00
Cameron Sparr
bb8d2b6f04 This is now fixed in the Paho client, setting timeout to 60s
Why 60s? This is the timeout I've generally seen used by MQTT client
UIs.
2016-02-09 18:27:17 -07:00
Cameron Sparr
c7a0c873f2 Paho MQTT client subscribe-only is currently broken
setting the KeepAlive timeout to 0 prevents timeout disconnects.
Currently the Paho behavior is for subscribe-only clients to disconnect
every 30s
2016-02-04 15:48:42 -07:00
Shirou WAKAYAMA
9d6af4c04d explicit flag structs initialize. 2016-01-18 21:53:38 +09:00
Shirou WAKAYAMA
99d1c6d616 support reconnect. 2015-03-24 23:28:32 +09:00
Shirou WAKAYAMA
f177396df0 show warning if -c (cleanSession) without -i (clientid). 2014-12-15 23:33:31 +09:00
Shirou WAKAYAMA
800a9bb338 fix default mqttcli.cfg filename problem 2014-11-07 12:57:06 +09:00
Shirou WAKAYAMA
272863ded3 separate publish and subscribe to other files. and add clearnSession flag. 2014-09-04 23:07:18 +09:00