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

Fix posible crash when sending responses #100

Closed gelexgaray closed 4 years ago

gelexgaray commented 4 years ago

Fix crash when running async and search requester is not reachable when sending a response.

Exceptions when responding to requests where not handled

Yortw commented 4 years ago

Thanks! I appreciate the PR :)