lipp/node-jet

View on GitHub
src/1_socket/wsserver.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

  listen() {
    this.wsServer = new WsServer({
      port: this.config.wsPort,
      server: this.config.server,
      path: this.config.wsPath,
Severity: Minor
Found in src/1_socket/wsserver.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status