splunk / splunk-sdk-csharp-pcl

Splunk's next generation C# SDK
https://dev.splunk.com/enterprise/docs/csharp
Apache License 2.0
64 stars 46 forks source link

Bugfix/dvpl 7185 develop #76

Closed wimcolgate closed 6 years ago

wimcolgate commented 6 years ago

This PR is to work around the memory leak by replacing ExandoObject with a Dictionary. It's less pretty, but doesn't leak memory (inherent in ExpandoObject).

ljiang1 commented 6 years ago

The changes look good