deno/tests
Bartek Iwańczuk 9905ff9514
fix(ext/node): panic on 'worker_threads.receiveMessageOnPort' (#23386)
Closes https://github.com/denoland/deno/issues/23362

Previously we were panicking if there was a pending read on a
port and `receiveMessageOnPort` was called. This is now fixed
by cancelling the pending read, trying to read a message and
resuming reading in a loop.
2024-04-16 01:25:39 +02:00
..
config
ffi
integration fix(lsp): improved cjs tracking (#23374) 2024-04-16 01:25:38 +02:00
napi
node_compat
specs fix(lsp): improved cjs tracking (#23374) 2024-04-16 01:25:38 +02:00
testdata fix(lsp): improved cjs tracking (#23374) 2024-04-16 01:25:38 +02:00
unit Revert "refactor(ext/net): extract TLS key and certificate from inter… (#23325) 2024-04-12 02:08:31 +02:00
unit_node fix(ext/node): panic on 'worker_threads.receiveMessageOnPort' (#23386) 2024-04-16 01:25:39 +02:00
util
wpt
Cargo.toml fix(lsp): improved cjs tracking (#23374) 2024-04-16 01:25:38 +02:00
lib.rs
README.md

Deno Integration Tests