Skip to content

URI option required but not used when socket is provided #25

@mgwidmann

Description

@mgwidmann

In the following code, the uri option is required to be passed in, even though its not used since the socket parameter is provided. I've used this to supply my own socket connection parameters.

createNetworkInterface({
    uri: '/this-does-not-matter',
    Socket: () => { return socket; }
  });

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