Showing 1 of 3 total issues
Function start
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
start () {
const socket = this.ws(this.url)
socket.on('connect', () => {
console.log('connect')