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

Allow connectorID 0 for trigger message #264

Conversation

lorenzodonini
Copy link
Owner

@lorenzodonini lorenzodonini commented Mar 29, 2024

Fixes a validation bug caused by inconsistency in the spec. To prevent misinterpretation, the validation was changed from:
connectorId > 0 to connectorId >= 0 for TriggerMessage.Req.

Closes #244

@lorenzodonini lorenzodonini linked an issue Mar 29, 2024 that may be closed by this pull request
@lorenzodonini lorenzodonini merged commit e5ac6a5 into master Mar 29, 2024
3 checks passed
@lorenzodonini lorenzodonini deleted the 244-triggermessagereq-validation-disallows-passing-connector-0 branch March 29, 2024 22:49
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.

TriggerMessage.Req validation disallows passing connector 0
1 participant