-
| Q | A
| ------------------- | -----
| Bug report? | yes
| Swoft version | 2.0.10
| Swoole version | 4.4.2
| PHP version | 7.2.13
| Runtime environm…
-
场景:
> 我写了一个验证器,配合i18n使用,但是message参数只可传入字符。
> 这里导致我使用错误处理器捕捉到后,只可使用固定内容,将无法使用参数。
> 如图:
![图片](https://user-images.githubusercontent.com/29916783/65408840-f1dec280-de18-11e9-901d-8fdb119f6e28.png)
图…
233cy updated
4 years ago
-
| Q | A
| ------------------- | -----
| Bug report? | yes/no
| Feature request? | yes/no
| Swoft version | x2.0.6
| Swoole version | 4.4.12
| PHP version …
-
| Q | A
| ------------------- | -----
| Bug report? | yes
| Swoft version | 2.x
| Swoole version | 4.4.x
**Describe the bug**
微服务的服务发现类 RpcProvider,若远端返回了新…
-
| Q | A
| ------------------- | -----
| Bug report? | no
| Feature request? | yes
| Swoft version | 2.0.7
| Swoole version | 4.4.7
| PHP version |…
-
1. 在用户进程持续消费mq
2. 用户进程触发一次 就启动三个协程消费
code:
![image](https://user-images.githubusercontent.com/18275521/93563119-d66daf80-f9b9-11ea-89aa-50fb44a3bc85.png)
-
| Q | A
| ------------------- | -----
| Bug report? | yes
| Feature request? | no
| Swoft version | 2.0.10
| Swoole version | 4.5.5
| PHP version …
-
| Q | A
| ------------------- | -----
| Swoft version | 2.x
**Details**
> 后端大部工作,前后端协同开发,服务间协同调用,因为没有统一路由表无法快速生成API文档.
特咨询一下
1. 请问有没有通过注解快速生成API文档的方法?或者有什么方法获取所有ht…
okool updated
4 years ago
-
# Swoole 5.0 版本请求意见稿
### 项目方向
Swoole项目从创建至今已经有超过6年的历史了, 但Swoole协程却是一个全新的事物, 随着4.0版本Swoole的有栈协程问世, Swoole的协程化才真正步入了稳定发展阶段.
Swoole从4.0开始一直致力于提升底层代码的稳定性, 不断地做代码精简与优化, 但异步时代的Swoole遗留下来的历史包袱积重难返, …
twose updated
4 years ago
-
**StatsCommand 代码块**
```
$queue = $input->getInt('queue');
$startId = $input->getInt('start_id');
$endId = $input->getInt('end_id');
$this->StartTime = time();
$count = $queue??40;
unset($arg…