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

Don't call :sock after :finish #1

Closed
daurnimator opened this issue Feb 25, 2015 · 0 comments
Closed

Don't call :sock after :finish #1

daurnimator opened this issue Feb 25, 2015 · 0 comments

Comments

@daurnimator
Copy link
Owner

In the :finish wrapper, we currently call conn:socket(), in the new luapgsql code, this isn't allowed on already closed objects.

:finish may get called multiple times e.g. explicitly, then via __gc.

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

No branches or pull requests

1 participant