Preventing Channels From Stopping Because of LLP Client Connection Errors
If your LLP client receives a connection error, Iguana will typically stop the channel. This error occurs whenever the receiving end does not properly close the connection. However, this can be prevented by increasing the number of automatic reconnection attempts.
To prevent your channel from stopping because of LLP client connection errors:
Open the Iguana dashboard, and stop the channel you want to modify.
Click the Channel Name. The Channel Configuration settings appear.
Change the value of the Number of Reconnection Attempts field to a number greater than 0. In the example below, the value was changed to 1000. This specifies the maximum number of times the channel will attempt to connect to the remote host when the connection is lost.
Setting the above value to -1 means there is no limit to the number of reconnection attempts.
Configuring the Channel Settings
Adjust the Reconnection Interval (milliseconds) value accordingly. This specifies the number of milliseconds to wait between connection attempts.
In the above example, the channel will try to reconnect to the remote host 1000 times at 10,000-ms intervals whenever the connection is lost.