steveohara / j2mod

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

Ignore TCP server accept timeout exception #24

Closed j123b567 closed 8 years ago

j123b567 commented 8 years ago

There is a problem that after 5 seconds, TCP server fails. It is just because accept generates SocketTimeoutException after timeout. I is false positive exception and it should be ignored.

steveohara commented 8 years ago

Thanks Jan