You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2020/10/22 16:16:35 UTC

[GitHub] [dubbo-go-hessian2] yinitian opened a new issue #240: go-client 泛化访问 go-server, 结构体内time.Time变空问题, request和response都出现了

yinitian opened a new issue #240:
URL: https://github.com/apache/dubbo-go-hessian2/issues/240


   
   
   2020/10/23 00:05:25 Authenticated: id=72068066842378247, timeout=4000
   2020/10/23 00:05:25 Re-submitting `0` credentials after reconnect
   [2020-10-23/00:05:39 dubbogo/server.(*AdvertiserProvider).Register: provider.go: 19] req:server.Advertiser{Id:0, ScreenName:"杀猪的", Mobile:"18600363056", Balance:0, CreatedAt:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}, UpdatedAt:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}, Token:""}
   {0 杀猪的 18600363056 0 0001-01-01 00:00:00 +0000 UTC 0001-01-01 00:00:00 +0000 UTC }
   
   
   + go run server.go
   2020/10/23 00:05:25 [consumerInit] application configure(consumer) file name is nil
   2020-10-23T00:05:25.654+0800	WARN	consumerConfig is nil!
   2020/10/23 00:05:25 Connected to 127.0.0.1:2181
   2020/10/23 00:05:25 Authenticated: id=72068066842378247, timeout=4000
   2020/10/23 00:05:25 Re-submitting `0` credentials after reconnect
   [2020-10-23/00:05:39 dubbogo/server.(*AdvertiserProvider).Register: provider.go: 19] req:server.Advertiser{Id:0, ScreenName:"杀猪的", Mobile:"18600363056", Balance:0, CreatedAt:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}, UpdatedAt:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}, Token:""}
   {0 杀猪的 18600363056 0 0001-01-01 00:00:00 +0000 UTC 0001-01-01 00:00:00 +0000 UTC }
   [2020-10-23/00:06:51 dubbogo/server.(*AdvertiserProvider).Register: provider.go: 19] req:server.Advertiser{Id:0, ScreenName:"杀猪的", Mobile:"18600363056", Balance:0, CreatedAt:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}, UpdatedAt:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}, Token:""}
   {0 杀猪的 18600363056 0 0001-01-01 00:00:00 +0000 UTC 0001-01-01 00:00:00 +0000 UTC }


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-hessian2] wongoo edited a comment on issue #240: go-client 泛化访问 go-server, 结构体内time.Time变空问题, request和response都出现了

Posted by GitBox <gi...@apache.org>.
wongoo edited a comment on issue #240:
URL: https://github.com/apache/dubbo-go-hessian2/issues/240#issuecomment-714846178


   @AlexStocks @zouyx  the generic calling will convert object to a map, but a time.Time will be converted to map too, then data information lost. pls checking the converting logic.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-hessian2] yinitian removed a comment on issue #240: go-client 泛化访问 go-server, 结构体内time.Time变空问题, request和response都出现了

Posted by GitBox <gi...@apache.org>.
yinitian removed a comment on issue #240:
URL: https://github.com/apache/dubbo-go-hessian2/issues/240#issuecomment-714604221


   [Uploading dubbogo.zip…]()
   附件为我都测试文件


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-hessian2] yinitian commented on issue #240: go-client 泛化访问 go-server, 结构体内time.Time变空问题, request和response都出现了

Posted by GitBox <gi...@apache.org>.
yinitian commented on issue #240:
URL: https://github.com/apache/dubbo-go-hessian2/issues/240#issuecomment-714604221


   [Uploading dubbogo.zip…]()
   附件为我都测试文件


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-hessian2] wongoo commented on issue #240: go-client 泛化访问 go-server, 结构体内time.Time变空问题, request和response都出现了

Posted by GitBox <gi...@apache.org>.
wongoo commented on issue #240:
URL: https://github.com/apache/dubbo-go-hessian2/issues/240#issuecomment-714846178


   @AlexStocks @zouyx  the generic calling will convert object to a map, but a time.Time will be converted to map either, then data information lost. pls checking the converting logic.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org