node-server-sdk
node-server-sdk copied to clipboard
LaunchDarkly Server-side SDK for Node
**Is this a support request?** No. **Describe the bug** The algorithm used to convert a SHA-1 hash into a decimal value between 0 and 1 does not correctly take into...
sorry I posted here but you can't use issues for that library that is forked. In this article the question talks about using a body. When I read your library...
**Describe the bug** The timeout in the requests is being ignored because there's no listener for the `timeout` event. The problem is [here](https://github.com/launchdarkly/node-server-sdk/blob/main/utils/httpUtils.js#L52-L67). The code is listening for `error`, but...
**Describe the bug** The method `LaunchDarkly.init` blows up when the user provides an invalid key. **To reproduce** Call `LaunchDarkly.init` with an invalid key. **Expected behavior** As a FF SDK I...
**Describe the bug** Method `waitForInitialization()` will never resolve when LaunchDarkly APIs fail due to 5XX **To reproduce** Mock one of your APIs into 5XX, sample with msw below ```js server.use(...
**Describe the bug** We received more than 100 warning logs today where it is impossible to detect the actual root cause for the error: `["2022-11-09T03:40:00.141Z"] Received I/O error ([object Object])...
**Is your feature request related to a problem? Please describe.** I am using `client.allFlagsState` in my code to evaluate all the feature flags However there are no live events generated...