From 68dcf3c31e7c3805b1061b04067ac08833bf4a6e Mon Sep 17 00:00:00 2001 From: shengchanzhe <179998674@qq.com> Date: Wed, 20 Dec 2023 19:21:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/process.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/config/process.php b/config/process.php index 6d62810..c8a83f2 100644 --- a/config/process.php +++ b/config/process.php @@ -44,17 +44,17 @@ return [ /** * 发送 */ - // 'mqtt_push' => [ - // 'handler' => app\mqtt\Publish::class, - // 'listen' => 'websocket://0.0.0.0:8955', - // 'count' => 1, - // ], - // /** - // * 订阅 - // */ - // 'mqtt_sub' => [ - // 'handler' => app\mqtt\Subscribe::class, - // 'listen' => 'websocket://0.0.0.0:8956', - // 'count' => 1, - // ], + 'mqtt_push' => [ + 'handler' => app\mqtt\Publish::class, + 'listen' => 'websocket://0.0.0.0:8955', + 'count' => 1, + ], + /** + * 订阅 + */ + 'mqtt_sub' => [ + 'handler' => app\mqtt\Subscribe::class, + 'listen' => 'websocket://0.0.0.0:8956', + 'count' => 1, + ], ];