quic: fix wake up blob · nodejs/node@009e376 · GitHub
Skip to content

Commit 009e376

Browse files
martenrichteraduh95
authored andcommitted
quic: fix wake up blob
The quic implementation calls setWakeUp with the assumption, that it is only executed once per event loop cycle. This assumption is wrong. Only setImmediate will guarantee, that the execution is delayed to later in the event loop and happening once in the event loop. Fixes: #64035 Signed-off-by: Marten Richter <marten.richter@freenet.de> PR-URL: #64044 Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 63e6f2e commit 009e376

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

lib/internal/blob.js

Lines changed: 15 additions & 4 deletions

0 commit comments

Comments
 (0)