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