Test Cleanup
Ensure that connections are properly closed in tests (and other node.js processes)
- Properly close all connections in test suite; prevent node app from shutdown 'hang'.
- Removed
toDisconnectProcessors
as a multiworker option, because it actually wasn't doing anything
(#235)
Misc
- update dependencies