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

Actually pass the flags for message bus listeners #5750

Merged
merged 2 commits into from
Jul 29, 2024

Conversation

riknoll
Copy link
Member

@riknoll riknoll commented Jul 26, 2024

Fixes #5709

This PR requires microsoft/pxt#10054 and microsoft/pxt-common-packages#1483 to be merged+bumped.

This PR simply passes the message bus flags passed to control.onEvent() to the corresponding codal function and enables simulator support for the same flags.

@riknoll riknoll requested a review from a team July 26, 2024 18:30
@riknoll riknoll merged commit 12b7dcb into master Jul 29, 2024
6 checks passed
@riknoll riknoll deleted the dev/riknoll/message-bus-listeners branch July 29, 2024 17:44
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.

The TypeScript control.onEvent() flags argument is not passed to the DAL/CODAL event listener
3 participants