Skip to content

Commit

Permalink
Fix hang issue when memory cache is full
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaZhu committed Nov 23, 2020
1 parent ec0c1e8 commit fd3df92
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,8 @@ private void SetFinish()

private void SetBlockDownloadHasWork()
{
this.isStateSwitchedInternal = false;

if (this.HasWork)
{
return;
Expand Down

0 comments on commit fd3df92

Please sign in to comment.