Skip to content

Conversation

@3coins
Copy link
Collaborator

@3coins 3coins commented May 10, 2025

No description provided.

console.debug(
"Inside _onSharedModelChanged, called with change: ", change
)
if (change.streamOutputChange) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: are all these change types mutually exclusive? If yes, consider using a switch statement to avoid having the resolve all these ifs on each event.

console.debug(
"Inside onOutputsChange, called with event: ", event
)
return
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

guessing this is WIP, since the code below is unreachable :)

@3coins
Copy link
Collaborator Author

3coins commented May 17, 2025

Closing in favor of #61

@3coins 3coins closed this May 17, 2025
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.

3 participants