We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e013b commit 5b8a08eCopy full SHA for 5b8a08e
packages/ws/src/utils/constants.ts
@@ -76,4 +76,4 @@ export function getInitialSendRateLimitState(): SendRateLimitState {
76
};
77
}
78
79
-export const KnownNetworkErrorCodes = new Set(['ECONNRESET', 'ECONNREFUSED', 'ETIMEDOUT']);
+export const KnownNetworkErrorCodes = new Set(['ECONNRESET', 'ECONNREFUSED', 'ETIMEDOUT', 'EAI_AGAIN']);
0 commit comments