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
288 stars 67 forks source link

Prevent raising exceptions on UdpSocket on async receive on inner disposed socket #105

Closed gelexgaray closed 3 years ago

gelexgaray commented 4 years ago

Possible fix for https://github.com/Yortw/RSSDP/issues/104

Yortw commented 3 years ago

Thanks!