-
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
Misleading error message
proposal
question
#2838
by kenashkov
was closed Sep 18, 2019
updated Feb 2, 2025
Swoole v6 on php 8.4 isn't working with io_uring enabled
#5675
by mleczakm
was closed Jan 24, 2025
updated Jan 24, 2025
[Question] Server Multi Threading
#5664
by smathersPersonal
was closed Jan 22, 2025
updated Jan 22, 2025
client is not able to establish the connection to the swoole websocket
#4654
by ShawnXU0208
was closed Mar 26, 2022
updated Jan 19, 2025
swoole5.0.1 php8.1/8.0.23 使用table incr/set 出现段错误。附有coredump分析
fixed
#4954
by wuyiwai
was closed Jan 9, 2025
updated Jan 10, 2025
guzzlehttp在stream=true时,设置超时无效
question
#5326
by huelsgp27
was closed Jan 10, 2025
updated Jan 10, 2025
[possible bug?] worker_max_concurrency, requests queue and greaceful shutdown
#5614
by mrVrAlex
was closed Jan 9, 2025
updated Jan 9, 2025
Enable/Disable Futex support for io_uring
#5628
by mrVrAlex
was closed Jan 9, 2025
updated Jan 9, 2025
Proposal: customizing coroutine context switching
question
#4197
by sshymko
was closed Jan 9, 2025
updated Jan 9, 2025
fwrite() in Event Handler
waiting for user action
#5521
by zaunere
was closed Jan 9, 2025
updated Jan 9, 2025
V6.0版enable-iouring编译报错 iouring.cc:460:48: error:invalid use of incomplete type ‘const struct statx’
#5653
by mdys
was closed Jan 7, 2025
updated Jan 7, 2025
Server script starts many times when using Swoole 6
good question
#5649
by nguyenhothanhtam0709
was closed Jan 7, 2025
updated Jan 7, 2025
error: ‘php_swoole_serialize’ was not declared in this scope
dev-bug
#5652
by Ser5
was closed Jan 7, 2025
updated Jan 7, 2025
swoole-6.0.0 and php-8.4 compile error
#5634
by tomwijnroks
was closed Dec 31, 2024
updated Jan 3, 2025
$server->setting is NULL in onWorkerStart and onTask callback
Bug
fixed
#5651
by nguyenhothanhtam0709
was closed Jan 3, 2025
updated Jan 3, 2025
real_escape_string not accept numbers
question
#5639
by LaySoft
was closed Dec 30, 2024
updated Jan 3, 2025
alpine的php83编译安装swoole-v6版本出现make: *** No rule to make target '/home/bingcool/swoole-src-6.0.0/thirdparty/php830/pdo_pgsql/pgsql_driver.c', needed by 'thirdparty/php830/pdo_pgsql/pgsql_driver.lo'. Stop
#5629
by bingcool
was closed Jan 3, 2025
updated Jan 3, 2025
Swoole 4.6.1、Swoole 5.1.6、Swoole 6.0.0 验证协程客户端PgSql 无异步效果(Swoole 4.6.1, Swoole 5.1.6, Swoole 6.0.0 verify that the coroutine client PgSql has no asynchronous effect)
#5635
by yibin94
was closed Jan 2, 2025
updated Jan 2, 2025
cURL error 2: Failed initialization
question
#5631
by pifeifei
was closed Dec 30, 2024
updated Dec 30, 2024
WARNING Server::check_worker_exit_status(): worker(pid=273, id=0) abnormal exit, status=0, signal=11 A bug occurred in Swoole-v5.0.3, please report it.
low version
#5615
by bafeiyu
was closed Dec 13, 2024
updated Dec 30, 2024
5.1.6,使用RedisPool高并发出错 ERROR php_swoole_server_rshutdown() (ERRNO 503)
#5630
by mdys
was closed Dec 30, 2024
updated Dec 30, 2024
Add partitioned cookie support
question
#5645
by jamesRUS52
was closed Dec 30, 2024
updated Dec 30, 2024
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);
invalid
#5642
by ssaamrrr
was closed Dec 30, 2024
updated Dec 30, 2024
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.