src/client/common/actions/index.ts
Showing 1 of 1 total issue
Function websocketInit
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function websocketInit() { let socket = new SockJS('/ws/events-websocket'); let stompClient = Stomp.over(socket);