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

imp: merge dubbo getty to alex getty #68

Closed Lvnszn closed 2 years ago

Lvnszn commented 2 years ago

What this PR does:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

codecov-commenter commented 2 years ago

Codecov Report

Merging #68 (8c185e9) into master (5d8ba3d) will increase coverage by 6.09%. The diff coverage is 60.78%.

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
+ Coverage   62.09%   68.18%   +6.09%     
==========================================
  Files          21        7      -14     
  Lines        3377     1490    -1887     
==========================================
- Hits         2097     1016    -1081     
+ Misses        984      368     -616     
+ Partials      296      106     -190     
Impacted Files Coverage Δ
transport/const.go 80.00% <ø> (ø)
transport/options.go 80.85% <ø> (ø)
transport/session.go 65.09% <ø> (-2.55%) :arrow_down:
transport/tls.go 0.00% <ø> (ø)
transport/client.go 71.53% <12.50%> (ø)
transport/server.go 67.88% <35.00%> (+0.49%) :arrow_up:
transport/connection.go 79.73% <80.30%> (-0.20%) :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 5d8ba3d...8c185e9. Read the comment docs.