cpp_client_telemetry
cpp_client_telemetry copied to clipboard
make _wrappedConfiguration into member variable
trafficstars
PROBLEM: _wrappedConfiguration is a global variable which causes ODWLogConfiguration.getCopy() to return objects with a shared underlying ILogConfiguration instead of unique copies. SOLUTION: I believe _wrappedConfiguration was intended to be member variable of the ODWLogConfiguration, so patching it as such.
@absaroj Can you help review this?