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.

Home Page:http://yortw.github.io/RSSDP/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Device document parsing fails on empty element custom properties

martinwiboe opened this issue · comments

Empty custom property elements (ie. ) cause the parser to fail and not read any subsequent properties.
I have submitted #69 which fixes the issue and extends an existing unit case to cover it.

Merged and published to Nuget (v3.5.7).
Thanks for the PR!