-
根据https://github.com/easy-swoole/easyswoole 中的DockerFile建立docker 镜像报错。
- easyswoole/easyswoole 3.x-dev requires ext-swoole >=4.3.0 -> the requested PHP extension swoole has the wrong version (4.2.13…
-
[2019-08-23 19:14:45][DEBUG][ERROR] : [Swoole\Coroutine\Redis::__construct(): constructor can only be called once at file:/data/wwwroot/dev-tzhh-api/App/Utility/Pool/RedisPool.php line:29]
![image…
-
报错信息
[FatalError][file:/var/www/html/chat-demo/demo/vendor/easyswoole/easyswoole/src/Core.php][line:273]Uncaught TypeError: Argument 2 passed to EasySwoole\EasySwoole\Core::EasySwoole\EasySwoole\{clo…
-
Hi there,
Quick and probably silly question but I'm having some issues serving a PHP app with easyswoole. Have installed everything changed the port to accommodate my configurations but the only th…
-
按照官方文档中的MongoDB示例,在如下文件中会出先MongoDB\CLient类找不到的问题,
```
namespace App\Mongodb;
use EasySwoole\EasySwoole\Trigger;
use EasySwoole\SyncInvoker\AbstractInvoker;
use MongoDB\Client;
class Driver e…
-
new一个HttpClient客户端出现如下报错
```
Class 'EasySwoole\HttpClient\HttpClient' not found
```
composer.json中的信息如下,http-client是后面后面引入的,并且重新生成了自动载入文件
```
{
"autoload": {
"psr-4": {
…
-
"ext-swoole": "4.3.0",
const EASYSWOOLE_VERSION = '3.1.14';
![image](https://user-images.githubusercontent.com/7710878/60550550-f7b59200-9d5a-11e9-9dac-e37854e7dfef.png)
![image](https://user-ima…
-
https://www.easyswoole.com/play_video.html?video=aHR0cDovL3ZpZGVvLW9zcy5lYXN5c3dvb2xlLmNvbS8lRTUlODUlQTUlRTklOTclQTglRTYlOTUlOTklRTclQTglOEIxLyVFNSU4RCU4RiVFNyVBOCU4QiVFNyVBRSU4MCVFNCVCQiU4Qi5tcDQ=
-
1、multi的exec方法没改。
2、并发请求的情况下不能setData,post方式带参请求非常不方便,建议保留原有的setData方法,太深度封装非常不方便。
-
当SERVER_TYPE设为EASYSWOOLE_WEB_SOCKET_SERVER就会报这个错,有没有解决方法
![image](https://user-images.githubusercontent.com/48013971/58698574-13312400-83ce-11e9-98e3-59b7721eb182.png)