-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Control+C to cancel a query support #1
Comments
Ctrl-C signal should be tracked by application, not by .net driver itself. In #22, async query execution is supported, which can take a cancellation token as argument. Application should catch ctrl-c signal and fire cancellation token source to cancel the query. |
Ok. having async support, what code change will be required for the existing test example? |
Fix for #154. Removed incorrect call to ToUniversalTime()
…roduced ne… (#791) ### Description Connection Pool v1 -Removal of singleton pattern from SessionPool -Introduction of interface and its implementation of ConnectionManager -Split integration tests of ConnectionPool (into separate files) + some cleanup in the classes ### Checklist - [x] Code compiles correctly - [x] Code is formatted according to [Coding Conventions](../CodingConventions.md) - [x] Created tests which fail without the change (if possible) - [x] All tests passing (`dotnet test`) - [x] Extended the README / documentation, if necessary - [x] Provide JIRA issue id (if possible) or GitHub issue id in PR name
Before forgetting this (like me for golang), I'm filing an issue here for reminder.
The text was updated successfully, but these errors were encountered: