rjeczalik / notify

File system event notification library on steroids.
MIT License
902 stars 128 forks source link

readdcw: Call readdirchangesw if GetQueuedCompletionStatus retrieves zero bytes (Fixes #167) #168

Closed FabianKramm closed 5 years ago

FabianKramm commented 5 years ago

This pull request fixes #167.

ppknap commented 5 years ago

Hey @FabianKramm !

Thanks for finding this! I checked this part of the code (it's been a while since I was reading Windows impl.) and your change LGTM.

Thanks!