bjtj / swift-upnp-tools

Swift UPnP Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UPnPEventSubscription class "make" method does not create a Sid with the correct format

meisbedi opened this issue · comments

The current implementation for the UPnPEventSubscription class "make" method creates a Sid with the format "Sid-UUIDString".

The current UPnP standard requires the Sid to have the format "uuid:UUIDString".

👍