AlexStocks / getty

a netty like asynchronous network I/O library based on tcp/udp/websocket; a bidirectional RPC framework based on JSON/Protobuf; a microservice framework based on zookeeper/etcd
Apache License 2.0
883 stars 184 forks source link

The example echo client needs to be configured with number #53

Closed BerryCol closed 3 years ago

BerryCol commented 3 years ago

What this PR does: fix example error Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

BerryCol commented 3 years ago

config client number.or client cannot start

codecov-io commented 3 years ago

Codecov Report

Merging #53 (a497f18) into master (18abf5c) will decrease coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
- Coverage   60.38%   60.32%   -0.07%     
==========================================
  Files          20       20              
  Lines        2936     2936              
==========================================
- Hits         1773     1771       -2     
- Misses        872      874       +2     
  Partials      291      291              
Impacted Files Coverage Δ
rpc/rpcclientmap.go 82.40% <0.00%> (-1.60%) :arrow_down:

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 18abf5c...a497f18. Read the comment docs.