mfenniak / rethinkdb-net

A C# / .NET client driver for RethinkDB.
Other
247 stars 37 forks source link

Send Query.type=STOP when disposing a query enumerator #81

Closed mfenniak closed 11 years ago

mfenniak commented 11 years ago

Current implementation never stops queries, so they will only finish executing server-side if the enumerator reads the query to the end.