刚刚接触PHP和webman,想请教一下数据库连接池的问题,文档上写:仅支持swoole/swow驱动,这提到的 swoole ,这里是说运行环境安装好 swoole 扩展就行了?是否还需要什么配置?另外对swoole版本有什么要求?...
问题描述 这里详细描述问题 windows 用命令行启动 php windows.php 客户端能连接、正常处理ping/pong ,但收不到服务端推送的消息 程序代码 服务器 use Webman\Push\Api as PushApi; try { $pushApi = new PushApi( config('plugin.webman.push.app.api'), config('plug...