© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
2 replies
Matvei

❔ EventSource/EventListener not finding each other on iOS?

I've got a cross-platform MAUI net8 app. I want to listen to an EventSource from one of my app's dependent libraries. For this, I have a static EventListener with overridden OnEventSourceCreated/OnEventWritten. This works on all platforms except iOS. If I set some breakpoints, I see that both EventSource and EventListener are constructed, but my listener's OnEventSourceCreated never ever gets called. What could be the reason? Are there any extra steps/configuration needed to make System.Diagnostics.Tracing infrastructure work on iOS?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ Services becoming dependent on each-other, possible solution, opinions?
C#CC# / help
3y ago
Relative paths with assemblies calling each other
C#CC# / help
2y ago
EF Not finding columns
C#CC# / help
2y ago
How do i make these Readlines not interfere with each other
C#CC# / help
3y ago