geneross
geneross
> Strange, I believe dependency trees are same for 0.11 and 0.12. Can you add explicit dependency to `plc4j-transport-tcp` in your project? Just have a time to verify this with...
The cause is in async getting connection. Sometime call of getConnection throws checked exception and it makes execution thread completion.
Root the problem is in LeasedPlcConnection. readRequestBuilder() method returns ReadRequestRequest.Builder descendant that later uses result of connection.get() to build instance of PlcReadRequest. But at the time of call leased connection...
Thanks for paying attention. I was desperate to get an answer. Lost in permissions etc. In general we've faced with case when `TriggeredScraperImpl `threads just silently dies partially because of...