Pader
Pader
One for client, one for server.
May another reason is multiple worker processes. First connection to a worker that have hot code or data loaded, but next request to another worker is not.
I think that name is `defer`.
Workerman 只是一个异步框架,是否要实现 Fiber 得从长计议。 Revolt 就跟 Swoole 一样,在 Workerman 这里只是事件循环的适配的一个选择而已,使不使用完全看需求。 而是否直接用 Revolt 这一点并不是不行,但是 Workerman 作为一个独立的,无外部依赖的包,强依赖 Revolt 就会打破这一点,看似小事,实则会是一个大的决定。
This looks same as https://github.com/amphp/http-client/issues/319
Any plan to compatible buildkit with docker-compose-plugin ?
是的,连接超时的定时器好像是一直存在的,导致 Client() 第三个参数的回调一直被执行。
另外我觉得自己没有必要执行 gc 回收吧,PHP 本身到了阀值不是会自动回收的吗。
master 分支刚测了还是会不断触发 timeout 错误的回调,貌似是 constructor 里的 $timer 触发的。。
Add full sample:  ```php