Remote Thing is not binding after successful authentication. It gives "Bind request failed" error
We are using .Net SDK for edge implementation. Sometimes it gives "Bind request failed" error and connection doesn't happen but sometime client gets connected to server still the same error is thrown. Not able to find the exact root cause for the issue.
Here is the SDK logs.
2018-10-15 13:55:49.791Z [L: Information] [T: 4] [U: SYSTEM] [O: IotSubscriber.IotSubscriberService] Service started!
2018-10-15 13:55:50.601Z [L: Information] [T: 14] [U: SYSTEM] [O: com.thingworx.communications.client.ConnectedThingClient] Websocket connected and authenticated
2018-10-15 13:55:50.606Z [L: Information] [T: 16] [U: SYSTEM] [O: com.thingworx.communications.client.ConnectedThingClient] Websocket connected and authenticated
2018-10-15 13:55:50.967Z [L: Error] [T: 5] [U: SYSTEM] [O: com.thingworx.communications.client.TwApiWrapper] [Error] twMessaging::handleMessage: Response ID 2 has code 160: Binding failed, see server log for more information
2018-10-15 13:56:05.969Z [L: Warning] [T: 5] [U: SYSTEM] [O: com.thingworx.communications.client.TwApiWrapper] [Warning] twWs_Connect: Already connected

