-
| Q | A
| ------------------- | -----
| Bug report? | no
| Feature request? | yes
| Swoft version | 1.0.0
| Swoole version | 2.1.2
| PHP version |…
-
| Q | A
| ------------------- | -----
| Bug report? | yes
| Swoft version | 1.0
| PHP version | 7.1.13 (by `php -v`)
| Runtime environment | Win10
**Detai…
-
| Q | A
| ------------------- | -----
| Swoft version | 1.0.0
| Swoole version | 4.0.3
| PHP version | 7.1.20
| Runtime environment | Mac
hgetall 返回的不是key=…
-
循环代码:
![c64db419daeeabd58bb772d738e63044](https://user-images.githubusercontent.com/3317966/42255200-29e50f82-7f7d-11e8-9861-53793aab44e3.jpg)
(循环执行,内存使用量越来越多。如果一直循环下去,内存肯定会爆掉)
尝试的解决办法:
1:关闭…
-
| Q | A
| ------------------- | -----
| Bug report? | yes
| Feature request? | yes/no
| Swoft version | 1.0.0
| Swoole version | 2.1.3
| PHP version …
-
| Q | A
| ------------------- | -----
| Bug report? | yes
| Feature request? | no
| Swoft version | x.y.z
| Swoole version | 2.2.0
| PHP version |…
-
| Q | A
| ------------------- | -----
| Bug report? |yes
| Feature request? | no
| Swoft version | 1.0
| Swoole version | 2.1.0 (by `php --ri swoole`)
| PH…
-
不知道这个代码加位置对不对,但目前看来就是配置参数没有被加载或者赋值。
目前我自己是以下修改 `vendor\swoft\session\src\Middleware\SessionMiddleware.php`
文件再process方法内第一行加入 `$this->config = bean('sessionManager')->getConfig();`
```php
publ…
ghost updated
6 years ago
-
| Q | A
| ------------------- | -----
| Bug report? | yes
| Feature request? | yes
| Swoft version | 2018-04-05
| Swoole version | 2.2.0
| PHP version …
-
在nginx+fpm模式下, 用swoole client 端做rpc远程调用的时候怎么做熔断控制呢? client端能提供进程级别的全局变量出来给业务使用吗?