eclipse-thingweb / eclipse-thingweb/node-wot
non-awaited async calls
Open
- Dominant language
- TypeScript
- Stars
- 192
- Forks
- 100
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 6
Description
> 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 https://github.com/eclipse-thingweb/node-wot/issues/1424#issuecomment-3332339177_
Contributor guide
Assessment
This issue has not been assessed yet.