node-jt400
node-jt400 copied to clipboard
pool.close() not working
I'm trying to use the InMemory connection for testing in my application and after my tests I need to close the connection. However, the close method doesn't seem to be gracefully shutting down the connection, as I am still able to insert data after calling the close function. Is there something I'm missing?
Same here, seems that pool.close do nothing. Any news about that or ideas on how to close?