-
当 配置文件(dev.php produce.php) 的 MAIN_SERVER . SETTING 启用 静态http server特性时,
如果配置的 value值 是 Array, 则报notice级别错, 比如:
` 'static_handler_locations' => ['/static'],`
` 'http_index_files' => …
-
因为业务,要分库,有一张前置表通过,前置表来决定后续连接哪个数据库,然后每个数据库结构都是一样的,这种在框架里怎么处理,还是说现在框架无法支持这种?
easyswoole版本:3.3.7
-
-
```
[Argument 1 passed to Yurun\Util\YurunHttp\Http\Psr7\Request::withUri() must implement interface Psr\Http\Message\UriInterface, null given, called in /home/vagrant/code/project/vendor/yurunsoft/y…
NHZEX updated
3 years ago
-
自定义进程里,协程无法使用redis
```
namespace App\Process;
use EasySwoole\Component\Process\AbstractProcess;
use EasySwoole\EasySwoole\Logger;
use co;
use EasySwoole\Pool\Manager;
use Swoole\Process;
u…
-
最新的包 没看到支付宝退款接口\EasySwoole\Pay\WeChat\RequestBean\Refund();也只有属性,没get和set
-
Hi,
I noticed after upgrade to version v3.4.3 that path params not working anymore,
if the route is for example "/packages/{i_package_id:\d+}" the request variable inside the controller does not ha…
-
有没有考虑过利用easyswoole的自定义进程+定时器,还有协程。实现常驻内存化的自动化交易管理服务。https://github.com/easy-swoole/easyswoole
-
```
easyswoole version: 3.4.1
```
非项目目录执行(无反应)
```
php /www/quana_manage/easyswoole server start
```
项目目录执行(有反应)
```
php /www/quana_manage/easyswoole server start
```
用vendor全路径执行在哪都可以!…
-
swoole version 4.6.1
php version 8.0.1
easyswoole version 3.4.2
```
[debug][notice]:[Swoole\Event::rshutdown(): Event::wait() in shutdown function is depr…