hprose / hprose-swoole

Hprose asynchronous client & standalone server based on swoole
MIT License
182 stars 41 forks source link

hprose-swoole does not support swoole 4.4 #12

Open curtis18 opened 4 years ago

curtis18 commented 4 years ago

hprose-swoole does not support swoole 4.4, even async is installed, Undefined property still exists. PHP Notice: Undefined property: Swoole\Http\Client::$id in /var/www/html/enclog /vendor/hprose/hprose-swoole/src/Hprose/Swoole/Http/Transporter.php on line 142

chenxi2015 commented 4 years ago

同问

andot commented 4 years ago

这个版本是按照 swoole 1.8+ 来写的,可能最新的 swoole 已经不在支持当时的一些 API 了。以后升级到 hprose 3.0 的时候,会使用 swoole 4.4+ 来重写的。