jisotalo / ads-client

Unofficial Node.js ADS library for connecting to Beckhoff TwinCAT automation systems using ADS protocol.
https://jisotalo.fi/ads-client/
MIT License
80 stars 17 forks source link

Reset connection flag when connections drops during initial connection #67

Closed Hopperpop closed 3 years ago

Hopperpop commented 3 years ago

Small bug fix that caused long disconnecting time because connection was already gone.

jisotalo commented 3 years ago

A very good finding, thanks mate!