Closed joshuachp closed 2 months ago
Attention: Patch coverage is 75.00000%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 68.6%. Comparing base (
9cbc2b0
) to head (c7f6d16
). Report is 2 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
src/client.rs | 0.0% | 2 Missing :warning: |
src/transport/mqtt/mod.rs | 0.0% | 1 Missing :warning: |
Make the disconnect usable with the gRPC connection, before the trait was implemented for the wrong struct and the error was not returned. Now the call to disconnect can fail but it only takes a reference, so you can retry it multiple times.