1. 21 7月, 2019 2 次提交
  2. 20 7月, 2019 5 次提交
  3. 19 7月, 2019 2 次提交
  4. 18 7月, 2019 3 次提交
  5. 17 7月, 2019 5 次提交
  6. 16 7月, 2019 2 次提交
  7. 15 7月, 2019 4 次提交
  8. 14 7月, 2019 2 次提交
  9. 13 7月, 2019 2 次提交
  10. 12 7月, 2019 6 次提交
  11. 10 7月, 2019 2 次提交
  12. 09 7月, 2019 1 次提交
  13. 08 7月, 2019 1 次提交
  14. 04 7月, 2019 1 次提交
  15. 03 7月, 2019 2 次提交
    • G
      Sync docker configuration with 6.2.0 (#2994) · 8c91f14b
      Gao Hongtao 提交于
      8c91f14b
    • G
      Adding deadline to gRPC client (#2987) · 01b963c1
      Gao Hongtao 提交于
      * Set up 10 seconds deadline after gRPC client sending
       * The duration of deadline contains three segments: connecting,
         request and response
      
      For blocking stub, I just set deadline before invoke service. For
      bi-streaming stub, I found all of them are used as a blocking style,
      that after getting streaming response client stub just close current
      streaming. Base on above reality, I pick the same way as blocking one.
      01b963c1