use-go / onvif

full and enhanced onvif protocol stack in golang.
MIT License
384 stars 180 forks source link

Fix memory leak and events #27

Closed tarancss closed 1 year ago

tarancss commented 1 year ago

General fixes Closes HTTP response body after reading - I think fixes https://github.com/use-go/onvif/issues/20. Minor linting changes.

Events Fixes types. Adds MessageNotification type. Generated some methods used in downstream repo. Tested with a Safire SF-IPB025WA-4E IP camera.

jfsmig commented 1 year ago

Nice, I'd like to have this PR merged!

crazybber commented 1 year ago

thks for your contribution