-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Issues: swoole/swoole-src
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
php $start = microtime(true); //set 2s timeout $service = (yield service_center("User")); $service->setTimeout(2); $callId1 = $service->addCall("User::getUsersCache", ['ids' => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]]); $callId2 = $service->addCall("User::getUser", ['id' => 1]); $res = (yield $service->multiCall()); dump($res[$callId1]); dump($res[$callId2]); dump(microtime(true) - $start);
#5642
opened Dec 27, 2024 by
ssaamrrr
Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. 2. What did you expect to see? 3. What did you see instead? 4. What version of Swoole are you using (
php --ri swoole
)? 5. What is your machine environment used (including the version of kernel & php & gcc)?
#5641
opened Dec 27, 2024 by
ssaamrrr
WARNING ProcessPool::wait(): worker#4 abnormal exit, status=0, signal=11
#5636
opened Dec 25, 2024 by
auven
5.1.6,使用RedisPool高并发出错 ERROR php_swoole_server_rshutdown() (ERRNO 503)
#5630
opened Dec 20, 2024 by
mdys
[possible bug?] worker_max_concurrency, requests queue and greaceful shutdown
#5614
opened Dec 12, 2024 by
mrVrAlex
[Feature Request] Custom exception when doing $server->push() on closed client
#5610
opened Dec 10, 2024 by
MrMeshok
Cannot run external program inside coroutine, when custom SIGCHLD handler was established
#5583
opened Nov 22, 2024 by
alex-rsk
MySQL server has gone away due to Connection timed out - prepare result
#5495
opened Sep 26, 2024 by
DevilSerj
Critically Urgent: Cloud Deployment Architecture for Swoole in Multi-process / Multi-threaded Mode
#5403
opened Jul 11, 2024 by
fakharksa
Max execution time of request on http server
feature request
#5183
opened Nov 8, 2023 by
GuillaumeBrook
Example script in swoole github is broken. How can the proxy server script be updated?
#5178
opened Nov 4, 2023 by
AlwaysCompile
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.