Commit 703c01d
committed
fix(rumqttc): use the new version of rumqttc
Fix a concurrency bug in the task that waits for the Acks from astarte
and the one that handles the event loop.
By updating the rumqttc crate other dependencies have been bumped,
mainly rustls. It introduced an error in some tests that generated the
CSR for the Astarte Certificates. Now a self signed CSR/Certificate is
required in the tests (to pass to rustls). This has made it hard to
maintain openssl, since it generates a non commonly used certificate. I
decided to remove it as a dependency, since we are fully using rustls
anyway and it was only for backwards compatibility.
Signed-off-by: Joshua Chapman <joshua.chapman@secomind.com>1 parent ad40b3a commit 703c01d
File tree
22 files changed
+801
-601
lines changed- docs
- e2e-test
- src
- scripts
- src
- store/sqlite
- transport/mqtt
- config
- tests/ca
22 files changed
+801
-601
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
8 | 22 | | |
9 | 23 | | |
10 | 24 | | |
| |||
0 commit comments