chrisdutz commented on issue #849:
URL: https://github.com/apache/plc4x/issues/849#issuecomment-1731316907

   A quick look at your code shows me, you're opening and closing the 
connection on every request. I would strongly suggest not to do that ... cause 
you're not only setting up and closing the connection on the PLC4X side, but 
the remote will have to establish and teardown the connection to the S7 too ... 
so I would strongly reccommend to keep the connection open or to use a cached 
connection manager. But still I'll be looking into this issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to