-
| Q | A
| ------------------- | -----
| Bug report? | yes/no
| Feature request? | yes/no
| Swoft version | 2.0
| Swoole version |4.0 (by `php --ri swoole`)…
-
文档上只是写了2.x调用1.x,反过来怎么调用呢?
-
| Q | A
| ------------------- | -----
| Bug report? | yes
| Feature request? | no
| Swoft version | v2.0.11
| Swoole version | 4.4.8
| PHP version …
-
**StatsCommand 代码块**
```
$queue = $input->getInt('queue');
$startId = $input->getInt('start_id');
$endId = $input->getInt('end_id');
$this->StartTime = time();
$count = $queue??40;
unset($arg…
-
已配置ssl。开启http服务能正确使用https:访问。使用websocket服务,访问时使用https,无法房问只能用http,且在JavaScript中连接wss是报错的。
-
Please answer these questions before submitting your issue. Thanks!
1. What did you do? If possible, provide a simple script for reproducing the error.
while (!$this->channel->isEmpty()) {
…
-
| Q | A
| ------------------- | -----
| Bug report? | yes
| Feature request? | no
| Swoft version | 2.x
| Swoole version | 4.4
| PHP version | 7.3…
-
.
通过entrypoint: ["php", "/var/www/swoft/bin/swoft", "rpc:start"]启动的rpc服务被访问时没有日志进到skywalking
试着开启了log,日志只有一条相同的消息
```bash
the apache skywalking php plugin mounted
```
服务名出现在skywalking dashboar…
-
.
通过entrypoint: ["php", "/var/www/swoft/bin/swoft", "rpc:start"]启动的rpc服务被访问时没有日志进到skywalking
试着开启了log,日志只有一条相同的消息
```bash
the apache skywalking php plugin mounted
```
服务名出现在skywalking dashboar…
-
公司项目目前还是swoft2,看到hyperf上有个很好用的组件包hyperf/metric
期望hyperf/metric组件包能支持在swoft2上使用
目前使用会提示这个错误:
`2020/05/13-17:48:31 [ERROR] Swoft\Http\Server\HttpErrorDispatcher:run(42) Http Error Error(code:0) Can…