fix(daemon): Fix smartipc integration and add daemon/ipc integration tests
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user