go-coap icon indicating copy to clipboard operation
go-coap copied to clipboard

nstart - max number of simultaneous outstanding requests to the server

Open jkralik opened this issue 3 years ago • 2 comments

jkralik avatar Aug 04 '22 08:08 jkralik

Codecov Report

Merging #376 (6f69c51) into v3 (09c37fc) will decrease coverage by 0.00%. The diff coverage is 70.27%.

@@            Coverage Diff             @@
##               v3     #376      +/-   ##
==========================================
- Coverage   70.78%   70.78%   -0.01%     
==========================================
  Files          68       68              
  Lines        5094     5111      +17     
==========================================
+ Hits         3606     3618      +12     
+ Misses       1116     1115       -1     
- Partials      372      378       +6     
Impacted Files Coverage Δ
dtls/server/config.go 64.28% <ø> (ø)
options/udpOptions.go 52.94% <ø> (ø)
udp/client.go 74.50% <0.00%> (-3.05%) :arrow_down:
udp/client/config.go 80.00% <ø> (ø)
udp/server/config.go 64.28% <ø> (ø)
udp/client/clientconn.go 72.85% <74.28%> (+1.21%) :arrow_up:
tcp/coder/coder.go 71.42% <0.00%> (-1.43%) :arrow_down:
tcp/client/session.go 73.82% <0.00%> (-1.05%) :arrow_down:
... and 1 more

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

codecov-commenter avatar Aug 04 '22 08:08 codecov-commenter

Golangci-lint - is fixed in another PR

jkralik avatar Aug 05 '22 09:08 jkralik