We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The MU overwrites the Type tag on Message results to be Message based on the protocol. The SU will reject if Type tag is not Message or Process.
Allow multiple Type tags in both but ensure the first Type tag after Data-Protocol is Message or Process
The text was updated successfully, but these errors were encountered:
fix(mu): mu overwriting message types #1025
a6da18f
test(mu): buildandsign does not include the type message tag #1025
253a9ee
refactor(mu): add Type Message to all build and signs #1025
b9288ca
Jeremiahstockdale
Successfully merging a pull request may close this issue.
Background
The MU overwrites the Type tag on Message results to be Message based on the protocol. The SU will reject if Type tag is not Message or Process.
Solution
Allow multiple Type tags in both but ensure the first Type tag after Data-Protocol is Message or Process
The text was updated successfully, but these errors were encountered: