Open ChristianGrabmann opened 1 month ago
@ChristianGrabmann, there were many improvements in the client keep alive. Have you tried to increase the SessionTimeout?
Our Session Keep Alive (Client) ist set to 610000
.SetDefaultSessionTimeout(610000) .SetMinSubscriptionLifetime(11000)
To what value should we increase?
@mregen
Hi @ChristianGrabmann, in general good settings for timeouts:
SessionTimeout: 30 or 60 seconds Session KeepAlive: 5 seconds SubscriptionLifetime: 300 seconds SubscriptionLifetime should be > Session timeout, or subscriptions may disappear even if the session remains connected. A session can reconnect to subscriptions, so the subscription lifetime can be considerably larger.
Ok, Thanks. That means, that our subscription Lifetime is wrong, shoul be changed to 300 Seconds and Session Timeout should get changed to 60 Seconds. We will try that.
After some time we had the same problem as JeremyMahieu (see top) With 1.4.371.96 we had no problems.
Does anyone have any ideas, if there were changes in the software which could cause this behaviour?
Originally posted by @ChristianGrabmann in https://github.com/OPCFoundation/UA-.NETStandard/issues/1207#issuecomment-2385080286