refactor: connack timeout error 이벤트 emit 코드를 제거 #1
Annotations
11 errors and 2 warnings
build (20.x):
src/lib/PingTimer.ts#L10
Replace `·setTimeout(func,·time);` with `⏎↹↹setTimeout(func,·time)`
|
build (20.x):
src/lib/PingTimer.ts#L10
Implied eval. Consider passing a function
|
build (20.x):
src/lib/PingTimer.ts#L12
Delete `;`
|
build (20.x):
src/lib/client.ts#L849
Replace `····console.log('connect·::·setting·up·connackTimer·:·',·this.options.connectTimeout);` with `↹↹console.log(⏎↹↹↹'connect·::·setting·up·connackTimer·:·',⏎↹↹↹this.options.connectTimeout,⏎↹↹)`
|
build (20.x):
src/lib/client.ts#L850
Replace `····` with `↹↹`
|
build (20.x):
src/lib/client.ts#L850
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
build (20.x):
src/lib/client.ts#L850
Expected exception block, space or tab after '//' in comment
|
build (20.x):
src/lib/client.ts#L1693
Replace `······` with `↹↹↹`
|
build (20.x):
src/lib/client.ts#L1693
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
build (20.x):
src/lib/client.ts#L1693
Expected exception block, space or tab after '//' in comment
|
build (18.x)
Process completed with exit code 1.
|
build (20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|