jpdillingham / Soulseek.NET

A .NET Standard client library for the Soulseek network.
GNU General Public License v3.0
177 stars 23 forks source link

Add the ability to limit concurrent downloads #690

Closed jpdillingham closed 2 years ago

jpdillingham commented 2 years ago

Closes #685

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

codecov[bot] commented 2 years ago

Codecov Report

Merging #690 (ca74488) into master (815da52) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #690   +/-   ##
=======================================
  Coverage   99.85%   99.85%           
=======================================
  Files         178      178           
  Lines        6022     6037   +15     
  Branches      895      897    +2     
=======================================
+ Hits         6013     6028   +15     
  Partials        9        9           
Impacted Files Coverage Δ
src/Options/SoulseekClientOptions.cs 100.00% <100.00%> (ø)
src/SoulseekClient.cs 99.64% <100.00%> (+<0.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 815da52...ca74488. Read the comment docs.