hutcheb commented on issue #1100:
URL: https://github.com/apache/plc4x/issues/1100#issuecomment-1741717950

   This timeout is for when no messages are sent on channel, it is assumed that 
if you aren't using the channel then it should probably be closed and reopened 
when you need it. I will look for where in the OPCUA standard this is 
mentioned, if its not then we should be able to set something up to poll data 
before the timeout occurs but it kind of defeats the purpose of the timeout.
   
   Using the latest snapshot, I was able to confirm that this timeout does 
close the channel if no messages are sent after 2 mins with the code you 
provided. I haven't had time to test it with subscriptions yet.
   
   The timeout is hard coded to 2 mins, I'm happy for this to become 
configuration parameter as, yes some people may want to poll servers less often 
than once every 2 mins.
   


-- 
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