EventSource dynamic events (Write<T>) will be dispatched to all listeners regardless whether the listener enabled the source #9105
Labels
area-Tracing-coreclr
backlog-cleanup-candidate
An inactive issue that has been marked for automated closure.
no-recent-activity
Milestone
Run the following program to reproduce the problem:
Talked to @vancem , he thinks it is a legitimate issue in
DispatchToAllListeners
implementation, specifically theeventId == -1
in the codeif (eventId == -1 || dispatcher.m_EventEnabled[eventId])
The text was updated successfully, but these errors were encountered: