digitalpetri / modbus

Modbus TCP, Modbus RTU/TCP, and Modbus RTU/Serial for Java 17+.
Eclipse Public License 2.0
653 stars 222 forks source link

Connection status listener for NettyTcpClientTransport #78

Open kevinherron opened 1 month ago

kevinherron commented 1 month ago

Adds the ability to register a ConnectionListener with NettyTcpClientTransport that is notified when the connection is established or lost.