cmseaton42 / node-ethernet-ip

A Lightweight Ethernet/IP API written to interface with Rockwell ControlLogix/CompactLogix Controllers.
MIT License
263 stars 105 forks source link

Pass max size to task easy queues #55

Closed Mudrekh closed 5 years ago

Mudrekh commented 5 years ago

Adds a paramater called queue_max_size that can be passed in an options object to the controller constructor. This paramter is passed to task easy when creating the queues.

Description, Motivation, and Context

See related issue.

How Has This Been Tested?

Simple test to ensure parameter is passed to task easy

Types of changes

Checklist:

Related Issue

https://github.com/cmseaton42/node-ethernet-ip/issues/54

cmseaton42 commented 5 years ago

Go ahead and bump the patch revision in package.json from 1.2.4 to 1.2.5 and I will pull this. 😄

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 140


Totals Coverage Status
Change from base Build 124: 0.04%
Covered Lines: 472
Relevant Lines: 883

💛 - Coveralls
Mudrekh commented 5 years ago

@cmseaton42 Done. Lmk if you need anything else. Thanks for you help!