Gateway 不兼容xdebug3。该怎么调试???

dignfei

截图

root@1d563dd0d0fb:/var/www/html# php -v
PHP 7.4.21 (cli) (built: Jul  1 2021 19:30:38) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
    with Zend OPcache v7.4.21, Copyright (c), by Zend Technologies
    with Xdebug v3.0.4, Copyright (c) 2002-2021, by Derick Rethans
root@1d563dd0d0fb:/var/www/html# cd GatewayWorker/
root@1d563dd0d0fb:/var/www/html/GatewayWorker# php start.php start
Workerman[start.php] start in DEBUG mode
------------------------------------------------ WORKERMAN ------------------------------------------------
Workerman version:4.0.42          PHP version:7.4.21           Event-Loop:\Workerman\Events\Event
------------------------------------------------- WORKERS -------------------------------------------------
proto   user            worker                   listen                      processes    status
tcp     root            YourAppBusinessWorker    none                        1             [OK]
tcp     root            YourAppGateway           websocket://0.0.0.0:8282    1             [OK]
tcp     root            Register                 text://0.0.0.0:1238         1             [OK]
-----------------------------------------------------------------------------------------------------------
Press Ctrl+C to stop. Start success.
SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready. See http://doc2.workerman.net/send-buffer-to-worker-fail.html
SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready. See http://doc2.workerman.net/send-buffer-to-worker-fail.html
SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready. See http://doc2.workerman.net/send-buffer-to-worker-fail.html
SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready. See http://doc2.workerman.net/send-buffer-to-worker-fail.html
^CWorkerman[start.php] stopping ...
worker[YourAppBusinessWorker:17] exit with status 9
Workerman[start.php] has been stopped

请问怎么办?????大佬们

813 1 0
1个回答

dignfei

关闭xdebug就正常

  • 暂无评论
年代过于久远,无法发表回答
🔝