getEvent(); if (!$events->exists(Event::PIPE_MESSAGE)) { return; } $events->trigger(Event::PIPE_MESSAGE, [$server, $src_worker_id, $message]); } }