quanwei
17 hours ago d88e50b8f11f09fe531bfa467745b62c8eb78cf2
admin/config/gateway_worker.php
@@ -15,7 +15,7 @@
    // 扩展自身需要的配置
    'protocol'              => 'websocket', // 协议 支持 tcp udp unix http websocket text
    'host'                  => '0.0.0.0', // 监听地址
    'port'                  => 2348, // 监听端口
    'port'                  => 2358, // 监听端口
    'socket'                => '', // 完整监听地址
    'context'               => [], // socket 上下文选项
    'register_deploy'       => true, // 是否需要部署register
@@ -27,20 +27,26 @@
    'registerAddress'       => '127.0.0.1:1236',
    // Gateway配置
    'name'                  => 'zhuolaiM',
    'name'                  => 'zhuolaiMLMH',
    'count'                 => 1,
    'lanIp'                 => '127.0.0.1',
    'startPort'             => 2000,
    'daemonize'             => false,
    'pidFile'               => runtime_path() . 'gateway_worker.pid',
    'pingInterval'          => 30,
    'pingNotResponseLimit'  => 1,
    'pingData'              => '',
    // BusinsessWorker配置
    'businessWorker'        => [
        'name'         => 'BusinessWorker',
        'name'         => 'BusinessWorker_lmh',
        'count'        => 1,
        'eventHandler' => '\app\gateway\Events',
    ],
    // Register配置pid文件
    'registerPidFile'       => runtime_path() . 'gateway_register.pid',
    'gatewayPidFile'        => runtime_path() . 'gateway_gateway.pid',
    'businessWorkerPidFile' => runtime_path() . 'gateway_business.pid',
];