cpp_client_telemetry icon indicating copy to clipboard operation
cpp_client_telemetry copied to clipboard

1DS C++ SDK

Results 166 cpp_client_telemetry issues
Sort by recently updated
recently updated
newest added

1ds cpp sdk currently uses HTTP/1.1 to push events to the ingestion service. This issue is open to explore adding support for HTTP/2.0 in the library. HTTP/2.0 is in general...

**Describe your environment.** Describe any aspect of your environment relevant to the problem, including your SDK version, platform, OS version, etc. If you're reporting a problem with a specific version...

bug
help wanted

Our product has boost as one of the third party libraries used. The "demangle" defined int typename.hpp is conflicting with boost's definition. **Steps to reproduce.** Integration ClientTelemetry lib with boost...

bug

- OneDsCppSdk.iOS (3.5.117.1) Hello, we often see this crash in our AppCenter crashes. Is this a common/known issue? Is this something that is fixed in more recent versions of OneDS?...

bug
v4

**Describe your environment.** Describe any aspect of your environment relevant to the problem, including your SDK version, platform, OS version, etc. If you're reporting a problem with a specific version...

bug
help wanted
csharp
iOS

Add ``` if(ANDROID) list(APPEND SRCS offline/OfflineStorage_Room.cpp ) else() list(APPEND SRCS offline/OfflineStorage_SQLite.cpp ) endif() ``` For lib/CMakeLists.txt for Droid compilation.

bug
Android

Remove unused variables in these CPP files that cause build breaks on various compilers. See OTELCPP for Details.

bug
Android

### Current library state and problem statement: Multi user scenario implies that a number of users (greater that 1) can make and receive a Call during 1C3 communication stack life...

enhancement
design
iOS