diff --git a/src/client.ts b/src/client.ts index 18992fed..f3388349 100644 --- a/src/client.ts +++ b/src/client.ts @@ -1088,7 +1088,7 @@ function isFatalInternalCloseCode(code: number): boolean { 1005, // No Status Received 1012, // Service Restart 1013, // Try Again Later - 1013, // Bad Gateway + 1014, // Bad Gateway ].includes(code) ) return false;