rust-server-sdk icon indicating copy to clipboard operation
rust-server-sdk copied to clipboard

LaunchDarkly Server-Side SDK for Rust

Results 13 rust-server-sdk issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I would like to have observability when the SDK client is connected vs when it is unable to connect to...

**Is your feature request related to a problem? Please describe.** Hey, we are using hypertls in our app and we want to update to the latest version of hypertls to...

**Describe the bug** Both `StreamingDataSource` and `PollingDataSource` spawn a task that fetches new events in the background and writes them to the data store. There are various ways in which...