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

   Hi Dvon,
   
   well if you're creating a new ReadRequest for every cycle, you're using the 
API not as we designed it. 
   Intentionally you can execute a ReadRequest multiple times and will always 
get back a new Future. 
   
   So the general design-pattern we would reccomend, would be to use the 
addTagAddress to build the request (the addTag is intended for being used, if 
you got tags via the Browse API. and to re-use the request.
   
   Chris


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to