swoole-src icon indicating copy to clipboard operation
swoole-src copied to clipboard

🚀 Coroutine-based concurrency library for PHP

Results 176 swoole-src issues
Sort by recently updated
recently updated
newest added

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. ```bash phpdbg -c$(php --ini | grep...

waiting on review

Currently I'm trying to integrate Swoole websocket server to existing chat application for the purpose of sending notifications to online users. Can't find examples of calling Swoole\WebSocket\Server->push from php files...

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. 当我使用openssl编译swoole时候,发起https请求会报错,协程退出。报错 [2021-02-19 21:54:07 $27867.0] WARNING swManager_check_exit_status:...

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. I'm trying to replace and old...

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. Just run phpunit tests with xdebug.coverage_enable...

1. What did you do? If possible, provide a simple script for reproducing the error. 我在回调函数onClose中对关闭的客户端写入的日志并写入了fd,断开是属于心跳包发送超时服务器主动断开客户端的。 2. What did you expect to see? 3. What did you see instead? 发现隔段时间后会重复收到一次同个fd的回调,在写入的数据库中看到的...

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. I want to have buffer connections...

feature request

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. For serving gRPC over HTTP/2, `content-length`...

Please answer these questions before submitting your issue. Thanks! **1.** What did you do? If possible, provide a simple script for reproducing the error. `Coroutines` are awesome, but **we need...

enhancement

Because of the nature of application I am writing I need to have a global variable that is unique to each request. To do so I will need to switch...