Clarify CecPortController subscription XML comment

This commit is contained in:
copilot-swe-agent[bot] 2026-07-16 13:25:25 +00:00 committed by GitHub
parent fbf4c56403
commit 36c15b8d95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,9 +75,9 @@ namespace PepperDash.Essentials.Core
/// <summary>
/// Subscribes to the CEC change event once <see cref="ICec.StreamCec"/> is available.
/// Safe to call repeatedly; the subscription is only wired a single time. This allows the
/// receive path to self-heal if StreamCec was null at construction (e.g. the underlying
/// device had not yet come online).
/// Safe to call repeatedly; the subscription is only wired a single time.
/// If StreamCec is null during construction, this is retried when send methods invoke
/// this method later.
/// </summary>
void TryEnsureCecSubscription()
{