Fixed
- Replay mode now exits with code 2 when the broker never accepts the
connection, instead of "replaying" into a locally-queued void and
reporting success. The replayer waits for CONNACK (10s timeout) before
publishing anything.
Added
- TLS integration tests covering all three client verification modes
(insecure, default/strict, CA-pinned) against a live TLS broker.
Full Changelog: v0.3.0...v0.3.1