Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: make ClientSessionChannel._publishTimeoutHint adjustable #256

Open
stioe opened this issue Aug 24, 2023 · 0 comments
Open

Comments

@stioe
Copy link

stioe commented Aug 24, 2023

Currently ClientSessionChannel._publishTimeoutHint is a constant:

private const uint _publishTimeoutHint = 10 * 60 * 1000; // 10 minutes

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant