SqlServerCache does not pass on CancellationToken
jovnas opened this issue · 3 comments
jovnas commented
This might be by design, but the following lines does not pass on the supplied token and will therefor use default(CancellationToken) instead.
muratg commented
Yeah, looks like a bug to me (@Tratcher do you agree?)
We would accept a PR for this.
Tratcher commented
Yes, it's worth a try.