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

Add: udp/tcp server listen on random port #38

Closed AlexStocks closed 4 years ago

AlexStocks commented 4 years ago

listen on random local port

codecov-io commented 4 years ago

Codecov Report

Merging #38 into master will increase coverage by 0.71%. The diff coverage is 40.35%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   62.84%   63.56%   +0.71%     
==========================================
  Files          20       20              
  Lines        3286     3296      +10     
==========================================
+ Hits         2065     2095      +30     
+ Misses        928      910      -18     
+ Partials      293      291       -2     
Impacted Files Coverage Δ
transport/client.go 73.12% <22.22%> (ø)
transport/session.go 67.98% <26.66%> (+1.25%) :arrow_up:
transport/server.go 69.14% <46.66%> (+0.41%) :arrow_up:
transport/connection.go 80.39% <100.00%> (+0.85%) :arrow_up:
rpc/listener.go 62.02% <0.00%> (+3.16%) :arrow_up:
rpc/codec.go 58.96% <0.00%> (+3.30%) :arrow_up:

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 fe594be...b8b7527. Read the comment docs.