danomagnum / gologix

Ethernet/IP client library for Go inspired by pylogix that aims to be easy to use. Supports being a client and a class 3 / class 1 server.
MIT License
36 stars 11 forks source link

Support reading more than the message size with one read call. #5

Closed danomagnum closed 8 months ago

danomagnum commented 1 year ago

Currently have to split it up into multiple reads manually. This should be done automatically.