mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 23:52:49 +08:00
改进断线重连的判断
This commit is contained in:
@@ -823,6 +823,7 @@ abstract class Connection
|
|||||||
'SSL connection has been closed unexpectedly',
|
'SSL connection has been closed unexpectedly',
|
||||||
'Error writing data to the connection',
|
'Error writing data to the connection',
|
||||||
'Resource deadlock avoided',
|
'Resource deadlock avoided',
|
||||||
|
'failed with errno',
|
||||||
];
|
];
|
||||||
|
|
||||||
$error = $e->getMessage();
|
$error = $e->getMessage();
|
||||||
|
|||||||
Reference in New Issue
Block a user