问题描述 Laravel中使用GatewayWorker,在onMessage中调用控制器的方法,每次修改控制器中的方法要重启GatewayWorker才生效,有什么方法能不需要重启GatewayWorker就生效呢 如下每次修改TestController中的方法,需要重启GatewayWorker才生效 public static function onMessage(string $client_id, $me...