xfstart07 opened a new issue #1627: URL: https://github.com/apache/dubbo-go/issues/1627
**What happened**: 报错信息: ``` filter_impl/echo_filter.go:50 $invokeAsync,3 proxy_factory/default.go:110 cannot find method [$invokeAsync] of service ``` Dubbo-Java 使用异步泛化调用 dubbo-go ,但是没有 invokeAsync 方法,导致报错 **What you expected to happen**: 期望支持 invokeAsync 方法 **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**: Dubbo-Java 客户端版本 2.7 Dubbo-go 版本 1.5.7 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
