-
EasySwoole\EasySwoole\Swoole\Task\TaskManager' not found in /www/wwwroot/jin-caht.test/App/WebSocket/Index.php[](url)
-
想让项目跑起来,于是按照步骤进行安装,但是启动服务失败,nginx配置也查了各种资料还是不行,请指教
php版本
```
[root@VM_0_15_centos im]# php -v
PHP 7.2.14 (cli) (built: Jan 29 2019 12:00:38) ( NTS )
php扩展:
[root@VM_0_15_centos im]# php -m
…
-
升级版本后:
执行
```
$obj = \EasySwoole\Jwt\Jwt::getInstance()->algMethod('AES')->publish();
```
Call to undefined method EasySwoole\\Jwt\\Jwt::algMethod()?
升级为啥 要去除这个方法那........
-
你好,目前这个包依赖的easyswoole/component,已经更新到2.x了,而当前这个包最新的1.0.4的依赖是easyswoole/component=^1.5,这是还没做兼容测试吗。
-
复现代码:
```php
-
PHP Fatal error: Namespace declaration statement has to be the very first statement or after any declare call in the script in /www/wwwroot/swoole.****.cn/vendor/bin/easyswoole on line 13
Fatal er…
-
Argument 1 passed to EasySwoole\\Jwt\\Jwt::setSecretKey() must be of the type string, null given, called
-
```
....
$messenger = $work->messenger;
$messenger->toUser('easyswoole')->send('你的请假单(单号:1928373)已经审批通过!');
```
Response:
```
Fatal error: Uncaught EasySwoole\WeChat\Kernel\Exceptions\HttpExc…
-
### `EasySwoole\HttpAnnotation\AnnotationController` line(250), 校验的参数被赋值默认null. 导致`required`不生效, 只能使用`notEmpty`
- 以下注解验证必填未生效
```
@Param(name="name",required="",lengthMin="2",lengthMax="25",alia…
-
安装demo
允许简易请求
`
use EasySwoole\WordsMatch\Config;
use EasySwoole\WordsMatch\WMServer;
require '../vendor/autoload.php';
$http = new \Swoole\Http\Server("127.0.0.1", 9501);
$co…