Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

event queue pruning #17

Open
msmeissn opened this issue Nov 8, 2015 · 0 comments
Open

event queue pruning #17

msmeissn opened this issue Nov 8, 2015 · 0 comments

Comments

@msmeissn
Copy link
Contributor

msmeissn commented Nov 8, 2015

if we received an objectadded event and later a objectremoved event, the internal event code could remove the objectadded if it was not yet fetched by the external user of the library.

this avoids a ptp chdk issue ( https://gist.github.com/anonymous/8f0ed5effc88173c0ea0 ) where we try to getobjectinfo on a already deleted image, because our event handling is too late.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant