修复推送报错

This commit is contained in:
2026-04-20 15:16:44 +08:00
parent ed21f8647e
commit 3e6a3cd590
2 changed files with 43 additions and 2 deletions

View File

@@ -1,10 +1,10 @@
<?php
use Webman\Push\Server;
use app\process\WebmanPushServer;
return [
'server' => [
'handler' => Server::class,
'handler' => WebmanPushServer::class,
'listen' => config('plugin.webman.push.app.websocket'),
'count' => 1, // 必须是1
'reloadable' => false, // 执行reload不重启