Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MackinnonBuck committed May 23, 2024
1 parent 483fe68 commit 6486710
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class ReconnectionProcess {

const step = () => {
if (this.isDisposed) {
// Stop invoking the callback
// Stop invoking the callback after disposal.
resolveTimerPromise();
return;
}
Expand Down

0 comments on commit 6486710

Please sign in to comment.