We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Original report by Sepehr Taghdisian (Bitbucket: sepul, GitHub: sepul).
destroying efsw object lead to system exception on windows impl: I did a hack to get mine working , check it out here : https://bitbucket.org/sepul/efsw/commits/95e5c36765b8a25d2ade4dc36e150c51b4021b21#chg-src/efsw/FileWatcherWin32.cpp
If I delete that branch, the program will fail with exception upon exit, because mHandles array is empty when calling WaitForMultipleObjectsEx
The text was updated successfully, but these errors were encountered:
Original comment by Martín Lucas Golini (Bitbucket: SpartanJ, GitHub: SpartanJ).
Fixed issue #10. Thanks again Sepehr Taghdisian!
Sorry, something went wrong.
No branches or pull requests
Original report by Sepehr Taghdisian (Bitbucket: sepul, GitHub: sepul).
destroying efsw object lead to system exception on windows impl:
I did a hack to get mine working , check it out here :
https://bitbucket.org/sepul/efsw/commits/95e5c36765b8a25d2ade4dc36e150c51b4021b21#chg-src/efsw/FileWatcherWin32.cpp
If I delete that branch, the program will fail with exception upon exit, because mHandles array is empty when calling WaitForMultipleObjectsEx
The text was updated successfully, but these errors were encountered: