Commit 9ad097b
authored
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 c55fa12 commit 9ad097b
1 file changed
Lines changed: 15 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
| 478 | + | |
478 | 479 | | |
479 | 480 | | |
480 | | - | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
481 | 485 | | |
482 | 486 | | |
483 | 487 | | |
| |||
577 | 581 | | |
578 | 582 | | |
579 | 583 | | |
580 | | - | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
581 | 593 | | |
582 | 594 | | |
583 | 595 | | |
| |||
622 | 634 | | |
623 | 635 | | |
624 | 636 | | |
625 | | - | |
| 637 | + | |
626 | 638 | | |
627 | | - | |
628 | 639 | | |
629 | 640 | | |
630 | 641 | | |
| |||
0 commit comments