plugins/duplex.js

Summary

Maintainability
A
1 hr
Test Coverage
A
95%

Function create has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    create() {
        const modes = [Modes.PUBLICATION, Modes.SUBSCRIPTION];
        const open = modes
            .map((mode) => this._chs[mode] = this._create(mode));
        return Promise.all(open)
Severity: Minor
Found in plugins/duplex.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status