yiicod/yii2-socketio

View on GitHub
server/bundles/redis-io.js

Summary

Maintainability
A
1 hr
Test Coverage

Function on has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    on(channel, data) {
        let nsp = this.getIoNsp(channel);
        let nspio = this.io.of('/' + nsp);

        nspio.on('connection', (socket) => {
Severity: Minor
Found in server/bundles/redis-io.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status