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 9a21b1d commit ed75acfCopy full SHA for ed75acf
src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/RaftCluster.cs
@@ -558,7 +558,7 @@ protected async ValueTask<Result<HeartbeatResult>> InstallSnapshotAsync<TSnapsho
558
};
559
}
560
561
- catch (OperationCanceledException e)
+ catch (OperationCanceledException e) when (e.CancellationToken == tokenSource.Token)
562
{
563
throw new OperationCanceledException(e.Message, e, tokenSource.CancellationOrigin);
564
0 commit comments