swoft-cloud / swoft

🚀 PHP Microservice Full Coroutine Framework
https://swoft.org
Apache License 2.0
5.58k stars 788 forks source link

swoft2.0系列不兼容Swoft1.0 Rpc服务。 #760

Closed linuxlan closed 5 years ago

linuxlan commented 5 years ago
Q A
Bug report? yes
Feature request? no
Swoft version 2.0.1-beta
Swoole version 4.3.3
PHP version 7.2.10
Runtime environment Mac

Details 在 Swoft 1.0中创建RPCServer,但是在swoft2 调用 的时候 没有任何返回信息,通过对源码的分析发现是 两个版本的Rpc协议不一致引起的

18786769297 commented 5 years ago

我也遇到类似的问题,在swoft2.x中调用1.0的rpc服务时会很慢

stelin commented 5 years ago

@linuxlan @18786769297

2.0 已经兼容1.0 RPC 调用,2.0.3 支持,文档地址 https://www.swoft.org/docs/2.x/zh-CN/rpc-client/rpc-1.0.html