Richard Inge
Richard Inge
I believe these documents describe what's causing the problem, and why it suddenly appeared: **How to do UDP broadcast transmission by Wi-Fi communication on iOS14 beta6?** [https://developer.apple.com/forums/thread/658518?answerId=631476022](url) From the post:...
@clairernovotny I will, if it does; still waiting for a response from Apple.
@mduchev @clairernovotny Here's Apple's response to me: > Thank you for your interest in Multicast Networking. Since Bonjour is supported natively on the system, and does not require an entitlement,...
@SpencerBurgess , @clairernovotny I have built a working Bonjour-based prototype. This is its location: [https://github.com/rcinge/Zeroconf/tree/bonjour_prototype](https://github.com/rcinge/Zeroconf/tree/bonjour_prototype) Currently it supports ResolveAsync() only; I have hardcoded the protocol "_audioplayer-discovery._tcp.local." in the test Xamarin...
Hi @neicureuil, Sorry for the delay. I have put together a "wrapper" library [ZeroconfSwitch](https://github.com/rcinge/ZeroconfSwitch) that I hope will help. Rather than pollute/corrupt the Zeroconf project with the workaround, this wrapper...
@clairernovotny I've submitted [PR #212 ](https://github.com/novotnyllc/Zeroconf/pull/212). The CI build did fail in Azure; in my IDE, everything compiled and tested fine. I changed the Zeroconf project SDK to MSBuild.Sdk.Extras, and...
@clairernovotny In the raw log of the failed build, I see the error message: ``` 2021-08-11T18:58:05.9645544Z 1:25>C:\Users\VssAdministrator\.nuget\packages\msbuild.sdk.extras\3.0.23\Build\Workarounds.targets(27,5): error : If you are building projects that require targets from full MSBuild...
@clairernovotny That fixed the build. Thank you...
Hi @neicureuil, > So I update my project to reuse the lastest version of the lib, but now I got this error : > But now I got the error...
Yes, the tests labeled 2a and 2b use non-dynamic (or "real") LINQ entirely, and they succeed. After your comment, I had the subtle brick-to-the-head realization that I could just mix...