Yortw / RSSDP

Really Simple Service Discovery Protocol - a 100% .Net implementation of the SSDP protocol for publishing custom/basic devices, and discovering all device types on a network.
http://yortw.github.io/RSSDP/
MIT License
282 stars 66 forks source link

SearchAsync does not actually start an M-Search #117

Open MennoSaey opened 1 year ago

MennoSaey commented 1 year ago

I am building a .net blazor application and i made a function that searches for ssdp devices. All of a sudden this stopped working, i narrowed the problem down to the SsdpDeviceLocator.SearchAsync not doing anything anymore.