-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I'm using Windows 11, i run the azclient and listen for events for some service type
OnServiceAdded is called correctly, but then a PlatformNotSupportedException is thrown in BeginInvoke
Arkane.Zeroconf/Arkane.Zeroconf/Providers/Bonjour/BrowseService.cs
Lines 42 to 47 in 64f95b4
| public void Resolve () | |
| { | |
| // If people call this in a ServiceAdded event handler (which they generally do), we need to | |
| // invoke onto another thread, otherwise we block processing any more results. | |
| this.resolveResult = this.resolveAction.BeginInvoke (false, null, null) ; | |
| } |
Not sure how to fix this
Metadata
Metadata
Assignees
Labels
No labels