Skip to content

Conversation

@adamshiervani
Copy link
Contributor

Problem

The HDMI status label on the physical device display remained stuck on "Disconnected" even when video was actively streaming.

Root Cause

The gRPC event processing goroutine was never started. While events from the native video process were successfully received and buffered in eventCh, no code was consuming them. The handleEvent() method and callbacks were properly configured but unreachable - events accumulated in the channel buffer but were never processed.

Solution

Move the uncalled goroutine to NewGRPCClient() to continuously read from eventCh and process events.

@ym ym merged commit 85eb4ba into dev Nov 20, 2025
5 checks passed
@ym ym deleted the fix/handle_grpc_events branch November 20, 2025 15:07
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