Error Sending rsslPing on ETA

Siril
Siril Newcomer
edited June 4 in ETA

Hi, Currently when we increased the number of subscriptions in our ETA based application we are getting this error on rsslPing (Error: 1002 ipcWrite() failed. System errno: (104)). I believe this is the connection reset by peer error. Can you please advice on what could be the issue. We are continuously reading all the messages using rsslReadEx call (based on the examples. Keep reading when rsslRetCode > 0). Is there a way we can know if we are still lagging on consumption? Appreciate any help on this. Thanks a lot.

Best Answer

  • Gurpreet
    Gurpreet admin
    Answer ✓

    You can check your code to see how processing time can be improved. Best way would be to extract the requisite fields from the message as fast as possible, and do the heavy data processing in a separate thread.

Answers