spali / go-rscp

Go library to communicate with a E3DC system implementing the RSCP (Remote Storage Control Protocol)
https://github.com/spali/go-rscp
MIT License
27 stars 9 forks source link

Simplify connection handling #68

Closed andig closed 1 day ago

andig commented 3 days ago

Fix https://github.com/spali/go-rscp/issues/67

codecov-commenter commented 2 days ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 0% with 21 lines in your changes missing coverage. Please review.

Project coverage is 48.57%. Comparing base (6020765) to head (b81dc5b).

Files with missing lines Patch % Lines
rscp/client.go 0.00% 21 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #68 +/- ## ========================================== + Coverage 47.83% 48.57% +0.73% ========================================== Files 28 28 Lines 1315 1295 -20 ========================================== Hits 629 629 + Misses 652 632 -20 Partials 34 34 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

spali commented 1 day ago

@andig Thanks for the contribution

andig commented 1 day ago

You‘re welcome, thanks for the module!