Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Socket IPC preventing process exit #224

Merged
merged 8 commits into from
May 1, 2023
Merged

Fix: Socket IPC preventing process exit #224

merged 8 commits into from
May 1, 2023

Commits on May 1, 2023

  1. Work on socket IPC implementation:

    - use spawn instead of fork to start service, pass additional args
    - do not bind to service stdout and stderr to allow process exit
    - use db logger and level
    - use Buffer.subarray instead of deprecated Buffer.slice
    appy-one committed May 1, 2023
    Configuration menu
    Copy the full SHA
    8daa2b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a48341b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cc685a View commit details
    Browse the repository at this point in the history
  4. Add command level arguments

    appy-one committed May 1, 2023
    Configuration menu
    Copy the full SHA
    29cbb25 View commit details
    Browse the repository at this point in the history
  5. Add Socket IPC docs

    appy-one committed May 1, 2023
    Configuration menu
    Copy the full SHA
    17b8a10 View commit details
    Browse the repository at this point in the history
  6. bump @types/node to 18.16.3

    appy-one committed May 1, 2023
    Configuration menu
    Copy the full SHA
    0a3efdf View commit details
    Browse the repository at this point in the history
  7. adjust to Node 18 types

    appy-one committed May 1, 2023
    Configuration menu
    Copy the full SHA
    8988961 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b04d03 View commit details
    Browse the repository at this point in the history