micropython-ctl icon indicating copy to clipboard operation
micropython-ctl copied to clipboard

Simultaneous connections

Open jakobrosenberg opened this issue 3 years ago • 0 comments

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

jakobrosenberg avatar Jan 31 '22 12:01 jakobrosenberg