Skip to content

non-awaited async calls #1427

@danielpeintner

Description

@danielpeintner

You may have noticed the build is failing on a flaky tests.
I found the issue coming from a non-awaited async call.

Therefore I have activated the "@typescript-eslint/no-floating-promises": "warn", as rules.

This rule allow me to easily find the issue.

(we have 100 places where un-awaited promised functions call are missing catches, I only fixed in binding-opcua ) for the time being.

Originally posted by @erossignon in #1424 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions