apache / dubbo-go-hessian2

caucho hessian2 implementation in Go for [apache/dubbo-go](https://github.com/apache/dubbo-go) which is compatible with [dubbo-hessian-lite](https://github.com/apache/dubbo-hessian-lite)
Apache License 2.0
209 stars 113 forks source link

type transfer error #363

Open finefuture opened 1 year ago

finefuture commented 1 year ago

image Error calling metadataService.GetMetadataInfo for dubbo go, expected behavior: converting map to common.MetadataInfo, but actually calling copyMap.

What happened:

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

tiltwind commented 1 year ago

The implementation of dubbo2 rpc protocol in dubbo-go-hessian2 project is deprecated. Use the implementation in dubbo-go project instead.

wongoo commented 1 year ago

ref: https://github.com/apache/dubbo-go-hessian2/pull/364

tiltwind commented 1 year ago

@finefuture u can submit a new issue in dubbo-go project, and provide more details that how to reproduce this issue.