-
您好!执行composer require easyswoole/easyswoole,提示出错:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- easyswoole/easyswoole 3.0.7 requires ext-swoole >=…
-
-
Hi everyone,
a question can Easyswoole handle user sessions through multiple servers (front end ) connected to one database server ?
I am thinking of that Laravel can handle it since one can store…
-
用easyswoole 当websocket 服务器时,
![qq 20190214153250](https://user-images.githubusercontent.com/25131877/52770359-d1be7800-306d-11e9-9829-92263e679ee3.png)
发现客户端的连接数最大为worker_num ,达到8后,连接建立不了。
发现fd是递增的…
-
按照教程(https://www.easyswoole.com/Manual/3.x/Cn/_book/Http/FastRoute.html)的说明,我在自定义路由时设置setGlobalMode( true ),目的是禁止框架默认的路由解析。
此时我发现,在自定义路由条目时,如果handler传入的是一个闭包,则工作正常,如果传入的是控制器路径,则不能正常工作。
代码示例如下:
```
…
-
![1](https://user-images.githubusercontent.com/43941983/52160979-71d4e280-26f9-11e9-95fd-48b5446e2dd8.png)
![2](https://user-images.githubusercontent.com/43941983/52160981-76999680-26f9-11e9-8845-201…
-
![3](https://user-images.githubusercontent.com/43941983/52024936-840a2180-253d-11e9-971a-b1eb4070b038.jpg)
![tim 20190131093031](https://user-images.githubusercontent.com/43941983/52024206-e61557…
-
我是新手,有一些极度简单的问题,根据https://github.com/easy-swoole/easyswoole/issues/44 的回复,加入了官方群,也在群里提出了相同的问题。结果被群主踢出。理由是:基础不行,es不欢迎你。
心胸如此狭隘?
-
### 数据库配置:
![image](https://user-images.githubusercontent.com/15265910/56181099-abea2b00-603e-11e9-9dfd-9b2f8bad7edd.png)
### Http user控制器:
![image](https://user-images.githubusercontent.com/152…
-
这个方法:function Coroutine::gethostbyname(string $domain, int $family = AF_INET, double $timeout): string | bool
请问AF_INET是从哪定义的?
比如这句:$ip = co::gethostbyname("www.baidu.com", AF_INET, 0.5);
提示的…