Skip to content

Simultaneous connections #15

@jakobrosenberg

Description

@jakobrosenberg

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions