Skip to content

Implement DisposeAsync - #2600

Merged
roji merged 1 commit into
devfrom
DisposeAsync
Sep 3, 2019
Merged

Implement DisposeAsync#2600
roji merged 1 commit into
devfrom
DisposeAsync

Conversation

@roji

@roji roji commented Sep 1, 2019

Copy link
Copy Markdown
Member

The main scenario to be handled asynchronously, is when a connection (or transaction) is disposed by an open reader is still active, with its resultset needing to be consumed.

Fixes #2597

Comment thread src/Npgsql/NpgsqlConnector.cs Outdated
Comment thread src/Npgsql/NpgsqlConnector.cs Outdated
Comment thread src/Npgsql/NpgsqlTransaction.cs
Comment thread src/Npgsql/NpgsqlConnector.cs Outdated
Comment thread src/Npgsql/NpgsqlTransaction.cs
The main scenario to be handled asynchronously, is when a connection
(or transaction) is disposed by an open reader is still active, with
its resultset needing to be consumed.

Fixes #2597
@roji
roji merged commit 8b186c6 into dev Sep 3, 2019
@delete-merged-branch
delete-merged-branch Bot deleted the DisposeAsync branch September 3, 2019 13:06
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.

Implement IAsyncDisposable

2 participants