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/11/10 06:28:56 UTC

[GitHub] [dubbo-go] jack15083 opened a new issue #865: 泛化调用hessian解析map[int]int的问题

jack15083 opened a new issue #865:
URL: https://github.com/apache/dubbo-go/issues/865


   <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
   
   -->
   
   
   **What happened**:
   provider 
   ![image](https://user-images.githubusercontent.com/2142066/98635857-a52db200-2360-11eb-9bc6-fa8ef15fce16.png)
   泛化调用返回
    {"<int Value>": 1001}
   ![image](https://user-images.githubusercontent.com/2142066/98635980-df974f00-2360-11eb-9905-fd183fc509a9.png)
   
   
   **What you expected to happen**:
   期望返回{1:1001}
   
   **How to reproduce it (as minimally and precisely as possible)**:
   
   **Anything else we need to know?**:
   


----------------------------------------------------------------
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] fangyincheng commented on issue #865: 泛化调用hessian解析map[int]int的问题

Posted by GitBox <gi...@apache.org>.
fangyincheng commented on issue #865:
URL: https://github.com/apache/dubbo-go/issues/865#issuecomment-725099752


   这个map的case转换逻辑没有完善,这里应该是继续递归解析map的key和value


----------------------------------------------------------------
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] AlexStocks closed issue #865: 泛化调用hessian解析map[int]int的问题

Posted by GitBox <gi...@apache.org>.
AlexStocks closed issue #865:
URL: https://github.com/apache/dubbo-go/issues/865


   


----------------------------------------------------------------
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] jack15083 commented on issue #865: 泛化调用hessian解析map[int]int的问题

Posted by GitBox <gi...@apache.org>.
jack15083 commented on issue #865:
URL: https://github.com/apache/dubbo-go/issues/865#issuecomment-724589137


   这里的代码问题,map会被强制转成map[string]interface{}
   ![image](https://user-images.githubusercontent.com/2142066/98657144-80473800-237c-11eb-8ac7-9f88be276640.png)
   


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