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: Send multiple pkgs repetitive by tcp #44

Closed watermelo closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #44 into master will increase coverage by 0.12%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
+ Coverage   63.20%   63.33%   +0.12%     
==========================================
  Files          20       20              
  Lines        3286     3300      +14     
==========================================
+ Hits         2077     2090      +13     
  Misses        917      917              
- Partials      292      293       +1     
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 60.12% <0.00%> (-1.90%) :arrow_down:
rpc/codec.go 58.01% <0.00%> (-0.95%) :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...5b266bc. Read the comment docs.