agsh / onvif

ONVIF node.js implementation
http://agsh.github.io/onvif/
MIT License
696 stars 237 forks source link

bug fixes in events #310

Closed koush closed 7 months ago

koush commented 8 months ago

unsubscribe is called with the wrong arguments

unsubscribe throws an error in some instances. to follow node patterns (as well as the pattern the res t f this library), the error should be delivered in the callback.

agsh commented 7 months ago

Nice bugfix! Thanks!