mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 03:37:44 +08:00
Update CHANGELOG.md
This commit is contained in:
parent
0c9421bc6f
commit
d111522dc7
@ -4,6 +4,7 @@
|
||||
|
||||
- [#860](https://github.com/hyperf/hyperf/pull/860) Added retry component.
|
||||
- [#952](https://github.com/hyperf/hyperf/pull/952) Added think template engine for view.
|
||||
- [#973](https://github.com/hyperf/hyperf/pull/973) Added `Hyperf\JsonRpc\JsonRpcPoolTransporter`.
|
||||
- [#976](https://github.com/hyperf/hyperf/pull/976) Added params `close_on_destruct` for `hyperf/amqp`.
|
||||
|
||||
## Fixed
|
||||
|
@ -81,6 +81,7 @@ class JsonRpcPoolTransporter implements TransporterInterface
|
||||
$pool = $this->getPool();
|
||||
$connection = $pool->get();
|
||||
try {
|
||||
/** @var RpcConnection $client */
|
||||
$client = $connection->getConnection();
|
||||
if ($client->send($data . $this->getEof()) === false) {
|
||||
if ($client->errCode == 104) {
|
||||
|
Loading…
Reference in New Issue
Block a user