acebase
acebase copied to clipboard
IPC mode 'socket' fails for new database & paths with spaces
I discovered 2 issues with the socket service/daemon IPC mode:
- If a database does not exist, using
storage: { ipc: 'socket' }
setting causes an error and prevents the database from being created - The IPC server socket does not start if the database file path has a space in it
I'll be working on fixing this and some other issues shortly