kollerDominik
Results
1
issues of
kollerDominik
Hi, the ModbusTCPClientReqeuestHandler listens for the "close" event of the socket in the constructor and binds the _onClose method: `this._socket.on('close', this._onClose.bind(this))` Is there a special reason why this is not...