GitHub user chrisdutz added a comment to the discussion: S7 connection reset blocks thread indefinitely
It is important to note that the code must "close" the connection, so the try-with-resources block is ideal. If you don't use that, be sure to call "connection.close()" at the end (ideally in a finally block) GitHub link: https://github.com/apache/plc4x/discussions/1775#discussioncomment-10701365 ---- This is an automatically sent email for dev@plc4x.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@plc4x.apache.org