Skip to content

Conversation

@RogueL90
Copy link

@RogueL90 RogueL90 commented Jan 6, 2026

  • Add "idle" state
  • Log state changes when they occur
  • State output indicates whether video playback is looping
  • Fix incorrect "process starting" log after process exits

- Add "idle" state
- Log state changes when they occur
- State output indicates whether video playback is looping
- Fix incorrect "process starting" log after process exits
else:
result = {"state": State.IDLE.value}

with state_lock:
Copy link
Contributor

Choose a reason for hiding this comment

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

None of the code acquires or releases the state lock. The code will never execute this part

Copy link
Contributor

Choose a reason for hiding this comment

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

ok idk why it showing the snippet like that I'm a chud its the code within that with state_lock on line 422

Copy link
Contributor

@MatthewTran22 MatthewTran22 left a comment

Choose a reason for hiding this comment

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

Can you add the state lock acquire and release logic, also include a screenshot showing the new change in the debug console UI?

Copy link
Contributor

@MatthewTran22 MatthewTran22 left a comment

Choose a reason for hiding this comment

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

nvm lgtm 🤓

Copy link
Member

@vietnguyen2358 vietnguyen2358 left a comment

Choose a reason for hiding this comment

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

LGTM

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