Channel ping timeout expired

Hi,

I get following error in Ema logs. We have ConnectionPingTimeout is set as 30 seconds. Could this be a network issue ? I am using ema3.6.6.L1. My application is a ema consumer.

loggerMsg
TimeStamp: 10:37:50.132
ClientName: ChannelCallbackClient
Severity: Warning
Text: Received ChannelDownReconnecting event on channel Channel_1
Instance Name Consumer_1_3
RsslReactor 0x0x7f05f78e81e0
RsslChannel 0x(nil)
Error Id -1
Internal sysError 0
Error Location /home/ec2-user/Real-Time-SDK/Cpp-C/Eta/Impl/Reactor/rsslReactor.c:2732
Error Text Channel ping timeout expired.
loggerMsgEnd

Best Answer

  • @thilinaillangasinghe

    Thank you for reaching out to us.

    According to the error, the API cut the connection due to the ping timeout. This indicates that it didn't recieve anything back from the server during the ping timeout period.

    It could be the network issue or the problem in the application or the API.

    You can enable the XmlTraceToFile and XmlTracePing configurataions in the channel to verify what the problem is. However, enbling tracing can impact performance of the application.

Answers