Troy Willmot
Troy Willmot
Hi, I'm generally against strong naming but might be convinced to make a separate package that contains a strong named version. Why do you need this? Have you considered using...
Hi, Sorry, I was wondering why your project is strong-named? Is it using a click-once installer? Are assemblies loaded inside Sql Server or another host? Trying to determine if there...
Also, I notice you have no error handling in your SearchForDevices method, and it's async void... so if an exception is occuring for some reason it's likely being swallowed silently....
Wireshark or something to what's happening on your network is probably the next step, as suggested by @marchewek
That is odd, I wish I could reproduce so I had some chance of fixing it. I have it running in multiple networks and haven't seen this symptom. Debugging with...
Is it possible those other tools use a larger wait time on the search command? If you're only waiting say 1 second for the search and some devices take longer...
Hi, I'm not familiar with this setup personally and I'm not expert enough in networking to have a definitive answer for you, sorry. I think what @Frankenslag said is true....
Hi, This seems like a good idea. I'd be happy to look at a PR, otherwise I'll have a look at this next time I'm in the code, but not...
Hi, Unfortunately I don't have an S9 to test with, but it should work, it works fine on my S8. There may be a setting causing a problem, but if...
Odd. Is there any sort of firewall or VPN software on the phone that might be blocking it? The notifications & search are both broadcast, but the responses to a...