st-one-io / node-opc-da

A Node library for OPC-DA communication.
Apache License 2.0
29 stars 13 forks source link

Error while calling removeGroup() #8

Open ChandrashekarMv opened 3 years ago

ChandrashekarMv commented 3 years ago

Getting following error while calling removeGroup()

(node:12728) UnhandledPromiseRejectionWarning: ReferenceError: name is not defined at OPCServer.removeGroup (E:\Projects\opc-da-client \node_modules\node-opc-da\src\opcServer.js:327:37)

After commenting lines 327 and 344 in file - node_modules\node-opc-da\src\opcServer.js, this error got resolved.

Can you suggest how this issue can be resolved permanently as we are supposed to avoid modifying library stack.