baraldi-l-proxaut commented on issue #1781: URL: https://github.com/apache/plc4x/issues/1781#issuecomment-2371232442
Hi @glcj I was just thinking of a solution like this, For each PLC I would open 2 connections. One is a connection, that read data every 500 milliseconds (manageable by configurable parameter), this one takes care of reading the data from the PLC and a second connection managed by a method that always remains active and which in theory should capture the SocketException that Camel currently does not manages. When the SocketException is catched i will try to reopen the connection before the Camel route start. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
