Skip to content

Feature request: make ClientSessionChannel._publishTimeoutHint adjustable #256

@stioe

Description

@stioe

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions