Skip to content

Conversation

aymanbagabas
Copy link
Member

@aymanbagabas aymanbagabas commented Aug 15, 2025

The commands channel handler handles commands and their execution. We should not execute them ourselves in the event loop and instead send them to the commands channel where the handles will take care of executing them.

Fixes: f5da8d0 (fix: handle nested SequenceMsg in event loop and use sync.WaitGroup f… (#1463))

@aymanbagabas aymanbagabas requested review from a team and kujtimiihoxha and removed request for a team August 15, 2025 22:57
The commands channel handler handles commands and their execution. We
should not execute them ourself in the event loop and instead send them
to the commands channel where the handles will take care of executing
them.

Fixes: f5da8d0 (fix: handle nested SequenceMsg in event loop and use sync.WaitGroup f… (#1463))
Comment on lines -508 to -510
if cmd == nil {
continue
}
Copy link
Member

Choose a reason for hiding this comment

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

were these checks needed? if so, might want to add them to sendCmd

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