Make BinderEventListener not listen to TplEventSource#45570
Conversation
|
Tagging subscribers to this area: @vitek-karas, @agocke, @CoffeeFlux Issue DetailsFix #37132. Note: there is an actual product issue here that is related to a deadlock that can occur from using EventListeners to listen to TplEventSource. I will file a separate issue to track the EventListener deadlock bug. In the meantime, this changes BinderEventListener to not listen for TplEventSource which shouldn't be necessary for these tests (the EventListener doesn't check any payload from TplEventSource).
|
|
#45571 tracks the EventListener bug. |
|
As long as it's not needed - which @elinor-fung would know better - LGTM. I don't expect any async/task/parallel info to be needed for loading/binding. |
|
Hello @hoyosjs! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
Fix #37132.
Fix #45088
Note: there is an actual product issue here that is related to a deadlock that can occur from using EventListeners to listen to TplEventSource. I will file a separate issue to track the EventListener deadlock bug.
In the meantime, this changes BinderEventListener to not listen for TplEventSource which shouldn't be necessary for these tests (the EventListener doesn't check any payload from TplEventSource).