Skip to content

Conversation

@extra2
Copy link

@extra2 extra2 commented Jan 2, 2026

Fixed missing CancellationToken parameters in GraphQLHttpClient.cs:

  • Pass cancellationToken to ReadAsStreamAsync() on line 180
  • Pass cancellationToken to ReadToEndAsync() on line 193

This ensures proper cancellation support throughout the HTTP request pipeline, allowing operations to be cancelled promptly when requested.

Fixed missing CancellationToken parameters in GraphQLHttpClient.cs:
- Pass cancellationToken to ReadAsStreamAsync() on line 180
- Pass cancellationToken to ReadToEndAsync() on line 193

This ensures proper cancellation support throughout the HTTP request pipeline, allowing operations to be cancelled promptly when requested.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant