Skip to content

Simultaneous connections #15

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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