MangoAutomation / modbus4j

A high-performance and ease-of-use implementation of the Modbus protocol written in Java. Supports ASCII, RTU, TCP, and UDP transports as slave or master, automatic request partitioning and response data type parsing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transport interface - setConsumer throws IOException but implementers don't seem to

Puckfist opened this issue · comments

Title describes it, none of the implementing classes seems to throw the IOException. This leads to inconsistent (but not problematic) handling of the IOException in TcpMaster, at least.