You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current implementation, by the time waitpid function returns in westeros compositor, we clear the listener for the corresponding compositor window. This result in never getting the WstClient_stoppedNormal or WstClient_stoppedAbnormal events to rdkcompositor.
As a backup strategy, we intent to send the event after we invoke the compositor kill call.
The text was updated successfully, but these errors were encountered:
With the current implementation, by the time waitpid function returns in westeros compositor, we clear the listener for the corresponding compositor window. This result in never getting the WstClient_stoppedNormal or WstClient_stoppedAbnormal events to rdkcompositor.
As a backup strategy, we intent to send the event after we invoke the compositor kill call.
The text was updated successfully, but these errors were encountered: