-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Is it possible to have multiple connections open?
I'm working on a VSCode extension where I start the terminal like this
this.term = vscode.window.createTerminal(device.id, "npm", ["run", "mctl", "--", "repl", ...args]); If I try to connect to two different devices, I get:
Error: listen EADDRINUSE: address already in use :::32820
Metadata
Metadata
Assignees
Labels
No labels