peers/peerjs-server

View on GitHub
src/messageHandler/index.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
94%

Function constructor has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    constructor(
        realm: IRealm,
        private readonly handlersRegistry: IHandlersRegistry = new HandlersRegistry(),
    ) {
        const transmissionHandler: Handler = TransmissionHandler({ realm });
Severity: Minor
Found in src/messageHandler/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status