walkor / mqtt

Asynchronous MQTT client for PHP based on workerman.
207 stars 46 forks source link

大佬最新版本workerman/mqtt,mqtt下的client.php 引入Time.php 是不是少了个Lib #15

Closed aaaanker closed 2 years ago

aaaanker commented 2 years ago

use \Workerman\Lib\Timer;

walkor commented 2 years ago

\Workerman\Lib\Timer; 是很老版本 workerman的用法

aaaanker commented 2 years ago

我从composer 下载的 workerman/mqtt 1.2,里面的Workerman的Timer.php命名空间是 namespace Workerman\Lib;,mqtt的client.php 是 use \Workerman\Timer,报错找不到Timer.php,可能是composer的问题吧