Skip to content

Commit

Permalink
fix: fix inappropriate invoke in unsubscribe retry task
Browse files Browse the repository at this point in the history
  • Loading branch information
XIACYBING committed May 5, 2023
1 parent c5f8ce6 commit d19ed65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public FailedUnsubscribedTask(URL url, FailbackRegistry registry, NotifyListener

@Override
protected void doRetry(URL url, FailbackRegistry registry, Timeout timeout) {
registry.unsubscribe(url, listener);
registry.doUnsubscribe(url, listener);
registry.removeFailedUnsubscribedTask(url, listener);
}
}

0 comments on commit d19ed65

Please sign in to comment.