rpc: move out of server

This commit is contained in:
Koushik Dutta
2022-02-11 13:28:12 -08:00
parent c610bf3c91
commit a26566202e
16 changed files with 25 additions and 559 deletions

View File

@@ -3,7 +3,7 @@ import child_process from 'child_process';
import path from 'path';
import { EventEmitter } from "ws";
import { Writable, Readable } from 'stream';
import { RpcMessage, RpcPeer } from "../../rpc";
import { RpcMessage, RpcPeer } from "@scrypted/rpc";
import readline from 'readline';
import { ChildProcessWorker } from "./child-process-worker";