acebase icon indicating copy to clipboard operation
acebase copied to clipboard

IPC mode 'socket' fails for new database & paths with spaces

Open appy-one opened this issue 10 months ago • 0 comments

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

appy-one avatar Apr 15 '24 13:04 appy-one