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

P6 Leak Module Connection Delegate Problem #217

Closed
pengliaoye opened this issue Mar 29, 2014 · 1 comment · Fixed by #218
Closed

P6 Leak Module Connection Delegate Problem #217

pengliaoye opened this issue Mar 29, 2014 · 1 comment · Fixed by #218
Assignees
Labels
Milestone

Comments

@pengliaoye
Copy link

P6LeakConnectionInvocationHandler class

addDelegate(
    new MethodNameMatcher("closeDelegate"),
    closeDelegate
);

should

addDelegate(
    new MethodNameMatcher("close"),
    closeDelegate
);
@quintonm quintonm added this to the 2.0.2 milestone Mar 29, 2014
@quintonm
Copy link
Member

Thanks for the bug report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants