alexejk / go-xmlrpc

An XML-RPC Client for Go
https://alexejk.io/article/handling-xmlrpc-in-go/
MIT License
19 stars 7 forks source link

Issue #52: Go routine leak in `rpc.Client` due to `Codec` behavior #66

Closed alexejk closed 2 years ago

alexejk commented 2 years ago

Fixes #52

Small changes to tests, lints and go version update

codecov[bot] commented 2 years ago

Codecov Report

Merging #66 (f6b3385) into master (3aafba0) will increase coverage by 1.10%. The diff coverage is 70.00%.

@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
+ Coverage   69.87%   70.97%   +1.10%     
==========================================
  Files           7        7              
  Lines         312      317       +5     
==========================================
+ Hits          218      225       +7     
+ Misses         67       65       -2     
  Partials       27       27              
Impacted Files Coverage Δ
codec.go 74.62% <70.00%> (+5.27%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication