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

SendMessageW stalls entire node app #81

Open
laztheripper opened this issue Sep 21, 2023 · 0 comments
Open

SendMessageW stalls entire node app #81

laztheripper opened this issue Sep 21, 2023 · 0 comments

Comments

@laztheripper
Copy link

If the target process is unable to handle the message, which always happens eventually either when the target isn't controlled by you, or the system is under load, or the target has crashed - the sending node app will then wait infinitely for SendMessageW to return, and it never does.

I went through win32-api's src and SendMessageTimeoutW is missing, if time permits I would very much appreciate if someone added it, because it would solve exactly these issues in a very critical part of my stack.

Also willing to pay a bounty for whoever adds it!

Thank you

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

No branches or pull requests

1 participant