Skip to content

9.0.1: Widesky modbus serial - Maintenance release

Latest
Compare
Choose a tag to compare
@SamuelToh SamuelToh released this 09 Sep 03:27

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.