改进断线重连的判断

This commit is contained in:
thinkphp
2018-03-07 17:23:01 +08:00
parent 8f0da295bc
commit 267c8a5528

View File

@@ -823,6 +823,7 @@ abstract class Connection
'SSL connection has been closed unexpectedly',
'Error writing data to the connection',
'Resource deadlock avoided',
'failed with errno',
];
$error = $e->getMessage();