.NET SDK 5.6 Start Method Hangs
I have recently switched to the new ThingWorx .NET SDK version 5.6.0 FIPS from 5.5. Now the same application hangs on calling ConnectedThingClient.start().
I tried setting AllowSelfSignedCertificates to true and still the same results.
Here is the call stack when I break:
thingworx-dotnet-common.dll!com.thingworx.communications.client.TwApiWrapper.Connect(uint timeout, short retries) Line 1096 + 0xc bytes C#
thingworx-dotnet-common.dll!com.thingworx.communications.client.BaseClient.connect() Line 105 C#
thingworx-dotnet-common.dll!com.thingworx.communications.client.BaseClient.start() Line 259 C#
How can I find out what the issue is?

