steveohara / j2mod

Enhanced Modbus library implemented in the Java programming language
Apache License 2.0
267 stars 111 forks source link

Fix for TCPConnectionHandler's infinite loop #6

Closed martentamerius closed 8 years ago

martentamerius commented 8 years ago

Fixed TCPConnectionHandler's loop to be able to stop when the thread is interrupted. Additionally removed an unnecesssary try/catch-block, as connection.close() already takes care of catching exceptions.

steveohara commented 8 years ago

Added to latest snapshot