IOTechSystems / onvif

full and enhanced onvif protocol stack in golang.
MIT License
17 stars 12 forks source link

Fixed struct for RenewResponse type #38

Closed zebox closed 7 months ago

zebox commented 7 months ago

Previous response type for Renew method was wrong. Valid format has *xsd.String type instead nested xsd.DateTime. Deteails describe in the issue #36