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/08/26 01:05:27 UTC

[GitHub] [dubbo-go] whitekeyboard edited a comment on issue #728: 泛化调用支持jsonrpc协议吗?

whitekeyboard edited a comment on issue #728:
URL: https://github.com/apache/dubbo-go/issues/728#issuecomment-680399398


   @zouyx  我使用的是如下的示例:
   1、https://github.com/apache/dubbo-samples/tree/master/golang/generic
   2、将此示例中的dubbo协议更换为jsonrpc,验证时,go-server端总是报如下错误,和警告
   `2020-08-25T10:12:41.813+0800 ERROR filter_impl/generic_service_filter.go:95 [Generic Service Filter] wrong serialization
    2020-08-26T09:00:46.012+0800	WARN	jsonrpc/server.go:125	[ReadRequest] error: EOF
   `
   3、客户端接收到nil数据,如:
   `2020-08-26T09:00:46.012+0800	DEBUG	jsonrpc/jsonrpc_invoker.go:65	result.Err: <nil>, result.Rest: 0xc000197880`


----------------------------------------------------------------
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