-
Please answer these questions before submitting your issue.
1. What did you do? If possible, provide a simple script for reproducing the error.
**// WebSocket Server-side Code**
```php
if ($…
-
I tried to install swoole with pecl, but the following error occured:
`/tmp/pear/temp/swoole/ext-src/swoole_coroutine.cc:992:57: error: 'ZEND_EXIT' was not declared in this scope; did you mean 'ZEND_…
-
* 你遇到了什么问题、建议:
目前Lock::lock的第一个参数ID 是给予static::getInstance的lockConfigId
这样的操作有一定误导性。
在实际业务中,可能为存在很多动态的lockId,不可能为大量动态的lockId来写对应的Lock实现类。
因此提出2中修改意见:
第一种:建议修改将id参数给与static::getInstance的lockId…
-
* 问题代码&修复方案
// SwooleClient.php
```php
private function startRecvCo(): void
{
$this->coRecvRunning = true;
$this->recvCoId = true;
$this->recvCoId = Coroutine::…
-
**Guzzle version(s) affected**: 7.8.1
**PHP version**: 8.1.27
**cURL version**: 8.5.0
**Description**
In my queue program, I have a significant number of requests made to external services. …
-
Hello, I would like to thank you for this repo which is so impressive. I'm looking to learn about swole's gRPC and need some advice. Thank you!
https://openswoole.com/docs/modules/grpc-server
-
`ext/pdo_pgsql/pgsql_sql_parser.re:22:10: fatal error: ext/pdo/php_pdo_int.h: No such file or directory`
-
با سلام.
کد من هنگام اتصال به درگاه بانکی وقتی روی حالت سندباکس هستش بدون مشکل وصل میشه
ولی وقتی روی حالت نرمال میذارمش خطای بالا رو نشون میده
از این فایل vendor/shetabit/multipay/src/Drivers/Z…
-
``` bash
[2022-04-28 17:24:05 @19976.0] NOTICE Socket::ssl_connect(fd=11) to server[0.0.0.0:27407] failed. Error: error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version[1|1070]
```…
-
Please answer these questions before submitting your issue.
1. What did you do? If possible, provide a simple script for reproducing the error.
背景:抓包可以在swoole服务端看到请求(swoole已收到请求),业务层没有处理。(偶现,不稳定…