micro-toolkit/zmq-service-suite-broker-js

View on GitHub
lib/broker.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Broker has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var Broker = function(configuration, smiService, frontend, backend){
  var defaults = {
    frontend: 'tcp://127.0.0.1:5560',
    backend: 'tcp://127.0.0.1:5559',
    smi: {
Severity: Minor
Found in lib/broker.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status