uber / tchannel-java

A Java implementation of the TChannel protocol.
MIT License
134 stars 65 forks source link

implement get() with timeout #200

Open kira1009 opened 5 years ago

kira1009 commented 5 years ago

implement a draft version that supports timeout for getting response

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

codecov-io commented 5 years ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (fed0952) 72.00% compared to head (3f44715) 72.05%. Report is 86 commits behind head on master.

Files Patch % Lines
...e/src/main/java/com/uber/tchannel/api/TFuture.java 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #200 +/- ## ============================================ + Coverage 72.00% 72.05% +0.05% Complexity 10 10 ============================================ Files 87 87 Lines 2664 2665 +1 Branches 321 321 ============================================ + Hits 1918 1920 +2 Misses 525 525 + Partials 221 220 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.