msvargas / node-logix

Node.js package to read/write data from Allen Bradley Compact/Control Logix PLC's
MIT License
13 stars 3 forks source link

Program takes ~1min to close after establishing a connection and reading tag. #19

Open jihadsamarji opened 1 year ago

jihadsamarji commented 1 year ago

I tried simple Connections and simple tag reads. My promises are getting fulfilled and i'm getting the data i need. but for some reasons, the program continues to run with an empty Callstack. (a certain timeout event is hanging somewhere in the library). Please Advise.