lsm/micromono

View on GitHub
lib/discovery/udp.js

Summary

Maintainability
A
1 hr
Test Coverage

Function listen has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.listen = function(options, callback) {
  var port = options.MICROMONO_DISCOVERY_UDP_PORT || PORT
  var address = options.MICROMONO_DISCOVERY_UDP_ADDRESS || ADDRESS

  logger.info('Listening service annoucements using udp multicast', {
Severity: Minor
Found in lib/discovery/udp.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status