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
[ ] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[X] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
[ ] I have updated the documentation accordingly.
[X] I have read the CONTRIBUTING document.
[X] I have added tests to cover my changes.
[X] All new and existing tests passed.
[ ] This is a work in progress, and I want some feedback (If yes, please mark it in the title -> e.g. [WIP] Some awesome PR title)
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:
[WIP] Some awesome PR title
)Related Issue
https://github.com/cmseaton42/node-ethernet-ip/issues/54