simps / mqtt

🕹 MQTT Protocol Analysis and Coroutine Client for PHP. Support for 3.1, 3.1.1 and 5.0 versions of the MQTT protocol.
https://mqtt.simps.io
Apache License 2.0
358 stars 58 forks source link

Uncaught Error: Call to undefined function Swoole\Coroutine\run() #76

Closed cshitian closed 2 years ago

cshitian commented 2 years ago

运行后 报这个错误

cshitian commented 2 years ago

是需要安装什么吗? 宝塔面板的

sy-records commented 2 years ago

需要安装Swoole。大于 v4.4 版本

cshitian commented 2 years ago

image yi'j已经安装了 还是不行

sy-records commented 2 years ago

你怎么运行的代码?什么代码?

php --ri swoole
cshitian commented 2 years ago

宝塔面板问题 。。。。。 有没有啥项目 能直接测试跑的? 或者php的例子

sy-records commented 2 years ago

https://github.com/simps/mqtt/tree/master/examples

cshitian commented 2 years ago

呃 高出了我的能力。 我搜搜看看有没有别人 写得比较简单的