XYOracleNetwork/sdk-core-nodejs

View on GitHub
src/network/tcp/xyo-tcp-server-network.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function connectionListener has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  private connectionListener(socket: net.Socket) {
    this.logInfo(
      `New connection made with ${socket.remoteAddress}:${socket.remotePort}`
    )

Severity: Minor
Found in src/network/tcp/xyo-tcp-server-network.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status