在win系统使用GatewayWorker 运行start_for_win.bat 出现错误:The system cannot write to the specified device. 有可能是什么原因,谢谢解答...
<?php use \Workerman\Worker; use \Workerman\Lib\Timer; require_once __DIR__ . '/Workerman/Autoloader.php'; // 普通的函数 function send_mail($to, $content) { echo "send mail ...\n"; } $task = new Worker(); $...