1
0
mirror of https://github.com/go-mqtt/mqtt.git synced 2025-08-10 10:02:58 +03:00

18 Commits

Author SHA1 Message Date
Pascal S. de Kloe
daf7cf26cc Rebranding. 2021-06-27 18:11:10 +02:00
Pascal S. de Kloe
2b4db51604 Annotate all errors with request context. Helps lazy loggers plus failfast for exact error matching (instead of errors.Is). 2021-03-17 13:59:22 +01:00
Pascal S. de Kloe
20bb4e5b65 Send messages in batches in the integration tests to prevent messages to be dropped by the borkers. 2021-03-15 15:07:36 +01:00
Pascal S. de Kloe
a3bd92c420 Rename WireTimeout to PauseTimeout. 2021-03-14 13:22:52 +01:00
Pascal S. de Kloe
1ff9c45d28 Please golint. 2021-03-14 13:11:57 +01:00
Pascal S. de Kloe
9637ef2ae5 Apply error recovery to integration test plus long sequence validation. 2021-03-12 16:36:36 +01:00
Pascal S. de Kloe
7ce457d1f2 Use testing.T Skip for 4a4ef6f280. 2021-02-21 11:48:07 +01:00
Pascal S. de Kloe
c38a195aae API change catchup for mqttc(1) and the integration test. 2021-02-20 17:17:54 +01:00
Pascal S. de Kloe
4a4ef6f280 Skip integration tests when no hosts are defined. 2021-02-15 16:11:56 +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
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
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
a3caab6df6 Run integration tests sequential per broker, with a clean session each. 2021-02-01 14:25:18 +01:00
Pascal S. de Kloe
07519be517 Integration test with Docker. 2021-01-31 18:06:35 +01:00