Skip to content

Commit 7a001b5

Browse files
committed
add catch for PROTOCOL_SEQUENCE_TIMEOUT error
1 parent 8a2fbc9 commit 7a001b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ module.exports = (params) => {
2929
'ER_OUT_OF_RESOURCES',
3030
'ER_CON_COUNT_ERROR',
3131
'PROTOCOL_CONNECTION_LOST', // if the connection is lost
32+
'PROTOCOL_SEQUENCE_TIMEOUT', // if the connection times out
3233
'ETIMEDOUT' // if the connection times out
3334
]
3435

0 commit comments

Comments
 (0)