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 b1b58ad commit 90bbb7eCopy full SHA for 90bbb7e
packages/client/src/clients/guide/client.ts
@@ -335,8 +335,8 @@ export class KnockGuideClient {
335
}
336
337
private handleChannelJoinError() {
338
- // Prevent phx channel to keep retrying forever from either network or other
339
- // errors (e.g. auth error, invalid channel etc)
+ // Prevent phx channel from retrying forever in case of either network or
+ // other errors (e.g. auth error, invalid channel etc)
340
if (this.subscribeRetryCount >= SUBSCRIBE_RETRY_LIMIT) {
341
this.knock.log(
342
`[Guide] Channel join max retry limit reached: ${this.subscribeRetryCount}`,
0 commit comments