This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a change to branch 1.5
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.
from ad3a6c4 Merge pull request #1109 from zhaoyunxing92/fix-map
new 2cc9f13 Merge pull request #3 from apache/1.5
new a0276f8 fix: grpc connectTimeout
new d47777f Merge pull request #1 from kzhan/feature/grcp_connect_timeout
new 98a8afa grpc-register&openServer code style
new 31724cf import sort
new bcb4a62 remove time.format and replace local relative path dependency
new eba1c2c add dependency and trigger ci
new 277d1c1 trigger ci again
new c7690fe fix grpc ut failure
new 6762cd2 remove log
new bc32e98 trigger ci
new cde0d80 Merge pull request #2 from apache/1.5
new 05e103d add lock when destroy
new 9ce7b15 Merge pull request #1112 from ztelur/feature-grpc-register
The 3835 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:
config/service.go | 5 ++
protocol/grpc/client.go | 15 +++--
protocol/grpc/client_test.go | 6 +-
protocol/grpc/grpc_invoker_test.go | 7 ++-
protocol/grpc/grpc_protocol.go | 41 ++++++++------
protocol/grpc/grpc_protocol_test.go | 36 ++++++++++++
protocol/grpc/server.go | 101 +++++++++++++++++++++++++---------
registry/directory/directory.go | 6 +-
test/integrate/dubbo/go-client/go.mod | 7 +++
test/integrate/dubbo/go-server/go.mod | 7 +++
10 files changed, 178 insertions(+), 53 deletions(-)