You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_publishTimeoutHint is used to determine the timespan to report an error for OPC-subscriptions:
var token = session.Subscribe(
pr => { // good case },
pr => { // error case - takes 10min until is called });
In our use case this 10min timeout is far to long and it would be great if this timeout can be set somehow from the codebase that utilizes this package.
The text was updated successfully, but these errors were encountered:
Currently
ClientSessionChannel._publishTimeoutHint
is a constant:_publishTimeoutHint
is used to determine the timespan to report an error for OPC-subscriptions:In our use case this 10min timeout is far to long and it would be great if this timeout can be set somehow from the codebase that utilizes this package.
The text was updated successfully, but these errors were encountered: