fix(daemon): Fix smartipc integration and add daemon/ipc integration tests

This commit is contained in:
2025-08-25 12:10:56 +00:00
parent 4d1976332b
commit 80fae0589f
7 changed files with 548 additions and 20 deletions

View File

@@ -41,9 +41,10 @@ export class TspmIpcClient {
}
// Create IPC client
this.ipcClient = new plugins.smartipc.IpcClient({
this.ipcClient = plugins.smartipc.SmartIpc.createClient({
id: 'tspm-cli',
socketPath: this.socketPath,
heartbeat: false, // Disable heartbeat for now
});
// Connect to the daemon