ottlukas opened a new issue, #602:
URL: https://github.com/apache/plc4x/issues/602

   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 but
   hangs afterwards
   ```
   
   I created a thread dump which is attached.
   
   Imported from Jira 
[PLC4X-249](https://issues.apache.org/jira/browse/PLC4X-249). Original Jira may 
contain additional context.
   Reported by: svoss.


-- 
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]

Reply via email to