Skip to content
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

replaces bad dispose #15

Merged
merged 2 commits into from
Mar 26, 2015
Merged

replaces bad dispose #15

merged 2 commits into from
Mar 26, 2015

Conversation

npehrsson
Copy link

The current implemmentation is leaky if one do not cast the connection to a ReliableDbConnection before disposing.
This will fix that.

@robdmoore
Copy link
Member

Good catch!

@robdmoore
Copy link
Member

@MattEdwardsWaggleBee do you think that it should be that instead?

@rytmis
Copy link
Contributor

rytmis commented Mar 21, 2015

@robdmoore That's the MSDN recommendation for a correct implementation of a derived Dispose, so yes.

@robdmoore
Copy link
Member

Seems reasonable to me! @npehrsson did you want to adjust the PR?

@npehrsson
Copy link
Author

Sure I can do it tomorrow
On Mar 22, 2015 3:34 AM, "Rob Moore" [email protected] wrote:

Seems reasonable to me! @npehrsson https://github.com/npehrsson did you
want to adjust the PR?


Reply to this email directly or view it on GitHub
#15 (comment)
.

@npehrsson
Copy link
Author

Pull request updated

robdmoore added a commit that referenced this pull request Mar 26, 2015
@robdmoore robdmoore merged commit b376d0b into MRCollective:master Mar 26, 2015
@robdmoore
Copy link
Member

This is now on NuGet as 2.1.1. Thanks so much for the contribution! Sorry it took so long to get in.

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.

3 participants