Cannot close pool after calling any indy_vdr_pool_...
function
#92
Labels
bug
Something isn't working
indy_vdr_pool_...
function
#92
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 afree
ordrop
or something else after acquiring the lock (I assume this is handled rust viadrop
but I am not too sure)?The text was updated successfully, but these errors were encountered: