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
888 stars 186 forks source link

Fix: TCP multiple pkgs send repetitive #43

Closed watermelo closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #43 into master will decrease coverage by 0.29%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   63.20%   62.90%   -0.30%     
==========================================
  Files          20       20              
  Lines        3286     3300      +14     
==========================================
- Hits         2077     2076       -1     
- Misses        917      930      +13     
- Partials      292      294       +2     
Impacted Files Coverage Δ
transport/client.go 73.12% <22.22%> (ø)
transport/server.go 68.63% <43.75%> (-0.10%) :arrow_down:
transport/session.go 67.92% <58.82%> (+1.19%) :arrow_up:
transport/connection.go 80.39% <100.00%> (+0.85%) :arrow_up:
rpc/listener.go 55.69% <0.00%> (-6.33%) :arrow_down:
rpc/codec.go 54.71% <0.00%> (-4.25%) :arrow_down:
rpc/client.go 78.51% <0.00%> (-0.75%) :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 feecc23...8970b3a. Read the comment docs.