Merge pull request #9 from srgooglo/master-cf-autofix

Apply fixes from CodeFactor
This commit is contained in:
srgooglo 2020-10-07 15:14:44 +02:00 committed by GitHub
commit e978014260

View File

@ -68,7 +68,7 @@ export class SocketConnection{
return false
}
verbosity([`Strike [${this.state.connAttemps + 1}] / ${maxDeep_Attemp + 1} !`])
this.state.connAttemps = this.state.connAttemps + 1
this.state.connAttemps = this.state.connAttemps + 1
})
}