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

Add IgnoreChannelError option to subscriptions #6

Merged
merged 2 commits into from Jun 14, 2023

Conversation

vruello
Copy link
Contributor

@vruello vruello commented Jun 14, 2023

The Ignore Channel Error option allows you to decide whether a client should continue processing a subscription if an error occurs within its channel filters :

  • true: the error is ignored (default)
  • false: the processing stops if an error occurs

Prior to this update, this option was hardcoded to true.

See documentation for more details: [MS-WSMV] 3.1.4.1.30.1 Subscription Options :

This option determines if various filtering options resulting in errors in different channels
are to result in termination of the processing. It has the xsi:nil attribute associated with it, 
whose value is set to "true", meaning that the filtering errors in different channels MUST be
ignored by the subscription service and processing SHOULD continue.

@WilliamBruneau WilliamBruneau merged commit 9c14f6a into cea-sec:main Jun 14, 2023
1 check passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants