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
Next() is blocking... and while Next is blocking i found no way to stop it's execution.
I tried to call close, but it ended with crash due to double socket close.
The text was updated successfully, but these errors were encountered:
Calling Close should work so there is probably a bug there causing the crash however I am also not sure if closing the cursor is the best way of stopping the query. I will look into fixing this issue after the 1.0 release of the driver.
@aviz I agree with your idea of using a channel but I think it makes sense to get a fix out quickly. That being said I think we should probably use closed instead of adding a new flag that does the same thing.
I could not find a way to abort a change query.
Next() is blocking... and while Next is blocking i found no way to stop it's execution.
I tried to call close, but it ended with crash due to double socket close.
The text was updated successfully, but these errors were encountered: