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

Server does not reply to bad requests or requests that end up with server side errors. #13

Open danomagnum opened 10 months ago

danomagnum commented 10 months ago

The server doesn't handle that so it ignores it. Unfortunately that means it never replies to the client so the client potentially just sits there waiting for the response to come back.

Whenever any message comes in, a response needs to go out.