neo4j / neo4j-dotnet-driver

Neo4j Bolt driver for .NET
Apache License 2.0
231 stars 69 forks source link

Use cancellation token in driver row source #771

Closed RichardIrons-neo4j closed 8 months ago

RichardIrons-neo4j commented 8 months ago

Pass the cancellation through from ExecuteQuery through to the cursor so it has a chance to cancel before each row.

This fixes the issue highlighted in https://github.com/neo4j/neo4j-dotnet-driver/issues/762