This is an automated email from the ASF dual-hosted git repository.

fangyc pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.


    from d65659f  Merge pull request #281 from flycash/bug/negativeWGC
     new 23a25a7  Merge branch 'master-dubbo-go-apache' into 
feature/addAsyncCall
     new 4a49f8c  add async callback
     new 64815e8  fix case
     new 0020ac4  fix case
     new df36097  Merge branch 'master-dubbo-go-apache' into 
feature/addAsyncCall
     new d0f16d2  add async callback
     new 5bf5fc1  fix case
     new ae50c05  fix case
     new dba634e  Merge remote-tracking branch 'origin/feature/addAsyncCall' 
into feature/addAsyncCall
     new 498453c  modify async callback
     new f89f642  fix case
     new ce62359  fix case
     new 13f15ea  fix review problems
     new 25d2c23  add test case for async call
     new 9c83f5e  Merge pull request #272 from zouyx/feature/addAsyncCall

The 1154 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 common/proxy/proxy.go                      |  4 ++++
 common/proxy/proxy_factory.go              |  1 +
 common/proxy/proxy_factory/default.go      |  7 +++++-
 common/proxy/proxy_factory/default_test.go | 16 +++++++++++++
 common/rpc_service.go                      | 12 ++++++++++
 config/reference_config.go                 | 11 ++++++---
 config/reference_config_test.go            | 37 ++++++++++++++++++++++++++++++
 config/service.go                          |  8 +++++++
 protocol/dubbo/client.go                   | 10 ++++----
 protocol/dubbo/client_test.go              |  5 ++--
 protocol/dubbo/codec.go                    |  7 +++---
 protocol/dubbo/dubbo_invoker.go            |  2 +-
 protocol/dubbo/dubbo_invoker_test.go       |  6 +++--
 13 files changed, 109 insertions(+), 17 deletions(-)

Reply via email to