You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When passing a CancellationToken with a timer to avoid waiting > n seconds for long-running scans, the ReadToEndAsync() does not get passed the cancellationToken, resulting in the task not cancelling.
The text was updated successfully, but these errors were encountered:
nClam/nClam/ClamClient.cs
Line 96 in 9a99b6a
When passing a CancellationToken with a timer to avoid waiting > n seconds for long-running scans, the ReadToEndAsync() does not get passed the cancellationToken, resulting in the task not cancelling.
The text was updated successfully, but these errors were encountered: