kengz/poly-socketio

View on GitHub
src/start-io.js

Summary

Maintainability
A
1 hr
Test Coverage

Function ioServer has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function ioServer(port = 6466, clientCount = 1, timeoutMs = 100000) {
  if (global.io) {
    // if already started
    return Promise.resolve()
  }
Severity: Minor
Found in src/start-io.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status