Commit f01fd2ae authored by Eugene Ostroukhov's avatar Eugene Ostroukhov
Browse files

inspector: libuv notification on incoming message

Currently Inspector posts a V8 "task" when a message is incoming. To
make sure messages are processed even when no JS is executed (e.g. while
waiting for I/O or timer), inspector will now post a libuv request.

Fixes: https://github.com/nodejs/node/issues/11589
PR-URL: https://github.com/nodejs/node/pull/11617


Reviewed-By: default avatarBen Noordhuis <info@bnoordhuis.nl>
parent 4cb9f4fd
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment