HI Sebastian, this is definitely something that I have seen happen. If you can help us track down the issue, we would be extremely thankful.
Chris Am 09.09.20, 19:16 schrieb "Sebastian Voss" <[email protected]>: Hi guys, I’m facing some issue when I try to quit my application. It seems connection.close() is not stopping all pending threads. Is this a known issue or am I doing something wrong? String url = "s7://..."; PlcDriverManager manager = new PlcDriverManager(); PlcConnection connection = manager.getConnection(url); connection.close(); System.out.println("closed”); // gets printed Best regards, Sebastian
