My team is working with the C# SDK and have been running into issues with the "Job" service. We've been following the questions here on answers and have implemented the workarounds that have been recommended. Things appear to work ok under debug mode, but when building in Release mode the "connection closed" errors pop up again. It seems from the comments on some of the other questions that there are others experiencing this problem as well. Is there a recommended fix for this?
Debug or Release mode made no difference to me. Both worked when ran from Visual Studio and both failed running on their own.
I found a work around.
I recompiled the SDK against .NET 4.5 and If I’m using a DEBUG version of my DLL and of the SplunkSDK.dll, it works without Visual Studio.
I'm having the same issue. I'd be interested to know if you managed to solve that issue.