This commit is contained in:
Thorsten Sommer 2024-07-04 10:59:30 +02:00
parent 29263660fc
commit aa1beb4340
No known key found for this signature in database
GPG Key ID: B0B7E2FC074BF1F5

View File

@ -81,7 +81,7 @@ public sealed class ProviderSelfHosted(string hostname) : BaseProvider($"{hostna
// Read the stream, line by line: // Read the stream, line by line:
while(!streamReader.EndOfStream) while(!streamReader.EndOfStream)
{ {
// Check if the token is cancelled: // Check if the token is canceled:
if(token.IsCancellationRequested) if(token.IsCancellationRequested)
yield break; yield break;