-
Looking for guidance and/or best-practices for trying to understand how best to make sure the persistent connection to Launchdarkly closes cleanly, as we're having an issue with our process being held…
-
**Describe the bug**
If you have a variable of type `LDContext` and try to check/access the `kind` property, TS will error out at you saying that `Property 'kind' does not exist on type 'LDUser'.`
…
-
Scenario
In current sdk, we get only the flag key and value but how do we deal with the situation where we need the tags and custom properties associated with the flag?
-
**Describe the bug**
We are seeing excessively long variation fetch times in our production environment. We are using Redis as our backend. In the attached span, you can see that every now and then…
-
### I made sure the issue is in bootsnap
Yes, deleting bootsnap cache folder consistently resolves the isssue.
### Steps to reproduce
1. Install Ruby `3.2.1` (or `3.2.2`)
2. Run `rails s`
…
-
When I use setup a client side flag via the default https://clientstream.launchdarkly.com, flags get updated in real time when I change the flag value.
When I proxy that through the ld-relay, I hav…
-
**Is your feature request related to a problem? Please describe.**
I have this function which has to return `map[string][]interface{}`:
```
func rulesets(ldClient *ld.LDClient, ldctx ldcontext.Cont…
-
**Is this a support request?**
No.
**Describe the bug**
https://github.com/launchdarkly/go-server-sdk/blob/v7/internal/broadcasters.go#L70 accesses `b.subscribers` without guarding the access…
-
**Describe the bug**
When starting an app with the launchdarkly-server-sdk I get the following error:
```
I, [2024-03-20T13:20:56.879571 #2115] INFO -- : [LDClient] Initializing stream connect…
-
**Is your feature request related to a problem? Please describe.**
No.
**Describe the solution you'd like**
I would like to be able to mock the requests, so I can write some unit tests on the fea…