Closed ErinCain closed 3 years ago
Need to close connection on error
You should be able to call closeAllConnections()
within the function that catches the error, alternatively you can use on.exit(closeAllConnections())
to close all connection when the function finishes execution.
@ErinCain Instead of merging to master, let's create a branch for the v1.0 and all these issues you are tackling can merge to there everything else looks good :+1:
@ErinCain Instead of merging to master, let's create a branch for the v1.0 and all these issues you are tackling can merge to there everything else looks good 👍
Sounds good! Will do
See issue #54 Closes #54