RPC icon indicating copy to clipboard operation
RPC copied to clipboard

How do you connect to an existing RPC connection?

Open RandomBagel opened this issue 1 year ago • 0 comments

Not very good with js. Also can't seem to find the documentation, so i'm a bit lost. I'm looking for something to replace const client = new rpc.Client({ transport: 'ipc' }) when trying to connect to an already established RPC connection. Calling again just creates a duplicate RPC activity on the user.

RandomBagel avatar Aug 02 '24 21:08 RandomBagel