Simone Mosciatti
Simone Mosciatti
Since we are talking about changes to the API, I was working on an API that returns a `Result` instead of using the (I think) awkward `Reply` API.
Yeah, but mine was only an idea, i really would like to have time to work on it... but...
Yeah, but mine was only an idea, i really would like to have time to work on it... but...
This was in the process to debug another issue in the codebase.
Try to send smaller requests. I am thinking that maybe the OPC/UA server dropped the connection because it would take too much time. This is really depending on the OPC/UA...
In my experience `EOF` means that the PLC or the OPC/UA server drop the connection. So the go code tries to follow the OPCUA protocol and read let's say 100...
I am mostly agains Siemens equipment, but I am not sure of the server details.
Thanks a lot! We are already closing the session with a call to `client.Close()` which is indeed the reason why I opened the ticket.
I use the last version, `0.12.2` It works perfectly if my code throw exception. If I write a :post! and the function throw an exception it works as expected. The...
Hi, Sorry, I explained extremely badly the problem. It will take a while, but as soon as I get home (3 weeks) I will do my best to provide a...