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

Fix posible crash when sending responses #100

Closed gelexgaray closed 3 years ago

gelexgaray commented 3 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 3 years ago

Thanks! I appreciate the PR :)