mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[PR #224] [MERGED] Fix: Socket IPC preventing process exit #175
Labels
No labels
IndexedDB
browser
bug
dependencies
documentation
duplicate
enhancement
feature request
indexes
indexes
invalid
pull-request
query
question
transaction logging
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase#175
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/appy-one/acebase/pull/224
Author: @appy-one
Created: 5/1/2023
Status: ✅ Merged
Merged: 5/1/2023
Merged by: @appy-one
Base:
master← Head:fix/socket-ipc📝 Commits (8)
8daa2b3Work on socket IPC implementation:a48341bAdd config settings, no console logging8cc685ause hash for socket/pipe if filePath is too long29cbb25Add command level arguments17b8a10Add Socket IPC docs0a3efdfbump @types/node to 18.16.38988961adjust to Node 18 types6b04d03Use LONG_RUNNING_TESTS env var📊 Changes
9 files changed (+117 additions, -76 deletions)
View changed files
📝
README.md(+2 -0)📝
package-lock.json(+7 -7)📝
package.json(+1 -1)📝
src/ipc/index.ts(+1 -1)📝
src/ipc/service/index.ts(+43 -34)📝
src/ipc/service/shared.ts(+12 -1)📝
src/ipc/service/start.ts(+15 -2)📝
src/ipc/socket.ts(+35 -29)📝
src/test/bulk-import.spec.ts(+1 -1)📄 Description
This fixes a process not being able to exit because the socket IPC was keeping references to
stdoutandstderr. It also adds some command level settings and documentation!🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.