You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/02/22 11:51:54 UTC

[dubbo-go] 01/01: Merge pull request #1045 from apache/feature/dubbo_invoker_reqnum

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

alexstocks pushed a commit to branch 1.5
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git

commit 7d52dd111d1ea876d944c18601cd78178452a66c
Merge: d72fcd4 d84ece5
Author: Xin.Zh <dr...@foxmail.com>
AuthorDate: Mon Feb 22 19:51:46 2021 +0800

    Merge pull request #1045 from apache/feature/dubbo_invoker_reqnum
    
    Imp: destroy invoker smoothly

 protocol/dubbo/dubbo_invoker.go | 90 ++++++++++++++++++++++++-----------------
 protocol/grpc/grpc_invoker.go   | 73 ++++++++++++++++++++++++++++-----
 protocol/invoker.go             | 38 ++++++++++++-----
 protocol/invoker_test.go        | 44 ++++++++++++++++++++
 registry/nacos/listener.go      |  6 +--
 registry/nacos/registry.go      |  5 +++
 6 files changed, 195 insertions(+), 61 deletions(-)