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

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


The following commit(s) were added to refs/heads/3.0 by this push:
     new 1bc04f1  hessian.RegisterPOJO(&pkg.User{}) 重复调用 (#154)
1bc04f1 is described below

commit 1bc04f14eb8dff2bbe66ed02e46713e68f1ef483
Author: liukai <[email protected]>
AuthorDate: Mon Jul 5 19:09:36 2021 +0800

    hessian.RegisterPOJO(&pkg.User{}) 重复调用 (#154)
    
    hessian.RegisterPOJO(&pkg.User{}) 重复调用
---
 router/uniform-router/file/go-client/cmd/client.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/router/uniform-router/file/go-client/cmd/client.go 
b/router/uniform-router/file/go-client/cmd/client.go
index aa08656..f632990 100644
--- a/router/uniform-router/file/go-client/cmd/client.go
+++ b/router/uniform-router/file/go-client/cmd/client.go
@@ -54,7 +54,6 @@ func init() {
 // need to setup environment variable "CONF_CONSUMER_FILE_PATH" to 
"conf/client.yml" before run
 // need to setup environment variable "CONF_ROUTER_FILE_PATH" to 
"conf/router_config.yml" before run
 func main() {
-       hessian.RegisterPOJO(&pkg.User{})
        config.Load()
 
        gxlog.CInfo("\n\n\nstart to test dubbo")

Reply via email to