cpp_client_telemetry
cpp_client_telemetry copied to clipboard
1DS C++ SDK
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...
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...
- 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?...
**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...
Work in progress.
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.
Line 257. Main CMakeLists.txt
Remove unused variables in these CPP files that cause build breaks on various compilers. See OTELCPP for Details.
### 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...