Thriftpy / thriftpy2

Pure python approach of Apache Thrift.
MIT License
572 stars 91 forks source link

Support passing socket_family in make_client #110

Closed aisk closed 4 years ago

aisk commented 4 years ago

For using thriftpy2 client in IPv6 enviroment.

codecov[bot] commented 4 years ago

Codecov Report

Merging #110 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #110      +/-   ##
=========================================
+ Coverage   79.69%   79.7%   +<.01%     
=========================================
  Files          43      43              
  Lines        3901    3902       +1     
=========================================
+ Hits         3109    3110       +1     
  Misses        792     792
Impacted Files Coverage Δ
thriftpy2/rpc.py 81.94% <100%> (+0.25%) :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 2a5e191...4bae470. Read the comment docs.

aisk commented 4 years ago

@ethe Hi, when will we release the next version? I have a project rely on this PR, really thank 🙏!

ethe commented 4 years ago

I will release the next version this day.