You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2024. It is now read-only.
Describe the bug
page : https://docs.launchdarkly.com/guides/infrastructure/aws-lambda#flushing-events
The documentation says to await on client.close() but this seems not to be a promise, so await it not needed
but it also says that close will call client.flush() which is a promise.
should client.close() be an async function and wait on the flush ?
SDK version
7.0.0
Language version, developer tools
node --version
v16.19.0