issues
search
dmroeder
/
pylogix
Read/Write data from Allen Bradley Compact/Control Logix PLC's
Apache License 2.0
598
stars
182
forks
source link
Added ability to set socket timeout
#141
Closed
Garrett92
closed
4 years ago
Garrett92
commented
4 years ago
Short description of change
Provided the ability to change the socket timeout duration
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)
[x] I have read the
docs/CONTRIBUTING.md
document.
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
[ ] I have updated the documentation accordingly.
[ ] I have read
tests/README.md
.
[ ] I have added tests to cover my changes.
[ ] All new and existing tests passed.
Short description of change
Provided the ability to change the socket timeout duration
Types of changes