You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2019/06/11 03:06:08 UTC

[dubbo-go] branch master updated (4f7ef9d -> fafa25e)

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

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


    from 4f7ef9d  Imp: add Client.GetPendingResponse to limit the lock scope (#83)
     new 4f779d4  Fix:big pkg and hessian2
     new 5e3e439  Mod:big pkg ut
     new ebb1a02  Fix: readHeader error
     new 9f0a843  Mod:del a temple var
     new 2954fad  Fix:heartbeat and exception
     new fafa25e  Merge pull request #84 from fangyincheng/fix-hessian2

The 333 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:
 examples/dubbo/go-client/app/client.go |  2 +-
 go.mod                                 |  4 +-
 go.sum                                 | 10 ++++-
 protocol/dubbo/client.go               |  2 +-
 protocol/dubbo/client_test.go          | 29 +++++++++---
 protocol/dubbo/codec.go                | 12 +++--
 protocol/dubbo/listener.go             |  4 +-
 protocol/dubbo/readwriter.go           | 80 ++++++++++++++++++----------------
 8 files changed, 87 insertions(+), 56 deletions(-)