#### 问题描述
使用 https://github.com/webman-php/push 插件作为消息推送插件,
请教一下,如果每秒中消息很多,比如每秒几百条或者几千条消息,用什么方案解决。plugin.webman.push.app.app_key'),
config('plugin.webman.push.app.app_secret')
);
// 给订阅 user-1 的所有客户端推送trigger('user-1', 'message', [
'from_uid' => 2,
'content' => '你好,这个是消息内容'
]);
```
如果在业务逻辑中直接执行推送,