From fc23bedd83b6398aecd3d053031c60365ae14855 Mon Sep 17 00:00:00 2001 From: sergiu Date: Tue, 24 Jun 2025 16:41:08 +0300 Subject: [PATCH] fix invalid sender locator when starting swoole worker --- src/App/ConfigProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/ConfigProvider.php b/src/App/ConfigProvider.php index 8102ad0..13bab83 100644 --- a/src/App/ConfigProvider.php +++ b/src/App/ConfigProvider.php @@ -87,7 +87,7 @@ private function busConfig() * Route specific messages to specific transports by using the message name as the key. */ 'routes' => [ - ExampleMessage::class => ["redis"], + ExampleMessage::class => ["redis_transport"], ], ] ];