Skip to content

Commit

Permalink
Update JsonRpcConnection.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
LPeter1997 committed Oct 21, 2023
1 parent 32422c1 commit cf59329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Draco.JsonRpc/JsonRpcConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ bool IsMutating(TMessage message)
}
else
{
currentTasks.RemoveAll(t => t.IsCompleted);
currentTasks.Add(this.ProcessMessageAsync(message));
}
}
Expand Down

0 comments on commit cf59329

Please sign in to comment.