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

Cannot close pool after calling any indy_vdr_pool_... function #92

Open
berendsliedrecht opened this issue Apr 28, 2022 · 0 comments
Open
Labels
bug Something isn't working

Comments

@berendsliedrecht
Copy link
Contributor

When writing tests for the new NodeJS wrapper I encountered some issue with pool_close(). The issue is that when I create a pool and immediately close it nothing goes wrong, however when I create a pool, get the verifiers and close the pool I never receive write access via the lock. I am supposed to call a free or drop or something else after acquiring the lock (I assume this is handled rust via drop but I am not too sure)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant