宣言就是Siam

Results 20 comments of 宣言就是Siam

``` Instead of using auto-incrementing integers as your Eloquent model's primary keys, you may choose to use UUIDs instead. UUIDs are universally unique alpha-numeric identifiers that are 36 characters long....

这是我为提交issue 隐藏机器IP 手动改掉的, 原本IP是对的 已核对过

- 请问负载是从`load average: 15.7, 17.4, 17.13` 得出吗,一般该值超出多少则可认为负载太高 该值在三种进程中的含义是否一致?(参考值是否一致) - 是的 分布式部署 - gatewayWorker进程有以下输出和status状态 ```php frame not masked so close the connection frame not masked so close the connection frame not...

好的,我先尝试扩容降低负载再观察是否还有loop的问题 谢谢大佬

不是压测,是正式环境的请求量 目前gatewaWorker的进程数量为:3个节点,每个节点4个进程。 会频繁调用`Client::sendToUid()` 我们尝试一下降低gatewayWorker进程数量观察一下负载

I think `signal` component give us a way about how to resolve this question. https://github.com/hyperf/signal/blob/master/src/Handler/WorkerStopHandler.php#L43 ```php $this->container->get(Server::class)->stop(); ```

@enzeberg 期望持续维护 做得更好~ By the way, 可以添加个联系方式吗(伸出交友小爪)

连接池不够之后进行创建新对象(connect mysql) 超时了 压测场景下应该算正常现象,

``` swow/swow[v1.3.0, ..., v1.3.1] require psr/http-message ^1.1 but the package is fixed to 1.0.1 (lock file version) ``` try to update `psr/http-message` first? ``` composer update psr/http-message composer require swow/swow...