cpp_client_telemetry icon indicating copy to clipboard operation
cpp_client_telemetry copied to clipboard

make _wrappedConfiguration into member variable

Open gietal-msft opened this issue 1 year ago • 1 comments
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.

gietal-msft avatar Jul 16 '24 17:07 gietal-msft

@absaroj Can you help review this?

lalitb avatar Jul 16 '24 21:07 lalitb