appy-one / acebase

A fast, low memory, transactional, index & query enabled NoSQL database engine and server for node.js and browser with realtime data change notifications
MIT License
481 stars 27 forks source link

Fix: Socket IPC preventing process exit #224

Closed appy-one closed 1 year ago

appy-one commented 1 year ago

This fixes a process not being able to exit because the socket IPC was keeping references to stdout and stderr. It also adds some command level settings and documentation!