How to use the knockat.at function in knockat

To help you get started, we’ve selected a few knockat examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github thenativeweb / p2p / integration / createPeers / Peer.js View on Github external
}, errStart => {
      if (errStart) {
        return callback(errStart);
      }

      this.containerName = containerName;
      this.id = getId(dockWorker.options.host + ':' + this.port);

      knock.at(dockWorker.options.host, this.port, callback);
    });
  });

knockat

knockat waits until a host is reachable.

MIT
Latest version published 2 years ago

Package Health Score

46 / 100
Full package analysis

Popular knockat functions