X Tutup
Skip to content

Implement DisposeAsync#2600

Merged
roji merged 1 commit intodevfrom
DisposeAsync
Sep 3, 2019
Merged

Implement DisposeAsync#2600
roji merged 1 commit intodevfrom
DisposeAsync

Conversation

@roji
Copy link
Copy Markdown
Member

@roji roji commented Sep 1, 2019

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

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

X Tutup