Jeremy Henson

Results 6 issues of Jeremy Henson

Template class update. Addition of template class for udts. Moved serialization and deserialization for all types into templates. ### Description, Motivation, and Context ## How Has This Been Tested? Tested...

Sample of suggested updates for Controller scan ### Description, Motivation, and Context Adds ability to remove and query tags in the subscription group. Adds ability to set scan for read...

enhancement
new feature

Add support for being able to add port number to IP address in Controller connect method. ## Current Behavior Port number is set to 44818 and cannot be changed. ##...

enhancement
new feature

After writing a tag to the PLC, tag.value becomes undefined. ## Current Behavior Tag value get set to undefined instead of the value it had been set to. ## Expected...

bug

Event listeners added inside of a promise are not removed on reject creating a memory leak. ```(node:2012) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 Multiple Service Packet listeners added. Use...

bug

Typescript is mentioned in another issues here https://github.com/roccomuso/node-ads/issues/14#issuecomment-526147603 and it's suggested that it would take a complete rewrite. Not necessarily. The non-typing syntax of TypeScript _is_ JavaScript. I've changed many...