1
0
mirror of https://github.com/go-mqtt/mqtt.git synced 2025-04-19 06:22:14 +03:00

25 Commits

Author SHA1 Message Date
Pascal S. de Kloe
daf7cf26cc Rebranding. 2021-06-27 18:11:10 +02:00
Pascal S. de Kloe
5390d3e238 More generic messages in setup example. 2021-03-14 17:38:06 +01:00
Pascal S. de Kloe
fa2b77bbf1 Remove signal handling from the setup example. 2021-03-14 16:04:42 +01:00
Pascal S. de Kloe
a3bd92c420 Rename WireTimeout to PauseTimeout. 2021-03-14 13:22:52 +01:00
Pascal S. de Kloe
1e122f96f4 Spelling correction in example and comments. 2021-03-14 13:14:39 +01:00
Pascal S. de Kloe
f5ec8a8124 FIX: left out on 5d0687fbd653bf11774cc645c7c64629115185eb. 2021-02-21 11:38:07 +01:00
Pascal S. de Kloe
5d0687fbd6 Error scenario tuning including new ErrBoke case. 2021-02-20 17:14:02 +01:00
Pascal S. de Kloe
65b7a961fb Mention mqtttest stubbing in Client example. 2021-02-18 22:52:55 +01:00
Pascal S. de Kloe
2040f4cd27 Put session setup in the Client constructor. There's no way to prevent fatal errors during instantiation, not even for the volatile case. 2021-02-18 22:29:55 +01:00
Pascal S. de Kloe
f601864cba Online and offline status propagation. 2021-02-12 19:59:56 +01:00
Pascal S. de Kloe
2b2d7d19e0 Demo happy flow with example stubs. Switch back to log for setup example, as it remains silent now. 2021-02-11 11:56:43 +01:00
Pascal S. de Kloe
09cd6291d4 Extend mock setup plus stubs. 2021-02-11 01:45:23 +01:00
Pascal S. de Kloe
951da53342 Refactor session configuration, including integrity checks & self-healing. 2021-02-11 01:45:14 +01:00
Pascal S. de Kloe
a519918aaa Support messages beyond the read buffer capacity. 2021-02-08 21:10:23 +01:00
Pascal S. de Kloe
1a4ff7fcd2 Follow constructor convention for Dialers. 2021-02-07 15:01:24 +01:00
Pascal S. de Kloe
4ecf373855 Minor comment tweaks. 2021-02-07 14:57:28 +01:00
Pascal S. de Kloe
3a56ba91b1 Rename Connecter to Dialer to prevent confusion with CONNECT request/packet name. 2021-02-06 20:04:36 +01:00
Pascal S. de Kloe
715d3ec08e Merge session and client configuration. The clear distinction is not worth the effort. 2021-02-06 20:02:35 +01:00
Pascal S. de Kloe
8e36bbf21c Connection refusal detection (allows for more finegrained backoff). 2021-02-05 22:06:05 +01:00
Pascal S. de Kloe
11095ddd8d Apply strict quit handling. 2021-02-05 16:27:34 +01:00
Pascal S. de Kloe
322b0dc3c2 Ack no longer optional nor sharable; not worth the complexity and risk of mistakes. 2021-02-03 21:35:28 +01:00
Pascal S. de Kloe
b36ae7316e Refactor packet identifier assigment, with further distinction between subscribe and unsubscribe identifiers. 2021-02-03 20:30:00 +01:00
Pascal S. de Kloe
0f5461da38 Apply stubs and other good practices to examples. 2021-02-01 13:57:56 +01:00
Pascal S. de Kloe
b5b7f69e48 Documentation tweaks and typos. 2021-02-01 13:37:01 +01:00
Pascal S. de Kloe
1e4e3d1670 Third rewrite which requires a read routine for the user. 2021-01-31 00:57:39 +01:00