spolnik/JAlgoArena-UI

View on GitHub
src/client/common/actions/index.ts

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Function websocketInit has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function websocketInit() {
let socket = new SockJS('/ws/events-websocket');
 
let stompClient = Stomp.over(socket);
 
 
Severity: Minor
Found in src/client/common/actions/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status