Change Log
[9.0.1] - 2020-09-09
FIXED
- Memory leak that can be caused by calling .open()
- Exposed the close event for a connection.
- The close event is now emitted if the TCP connection is lost.
CHANGED
- The ModbusRTU class is now inherits from the EventEmitter class from nodejs's core.
- The
isDebugEnabled
property is now made public.