Environment
- SDK Version:
0.12.22
- Node Version:
v22.17.1
- OS:
Kubuntu 25.10
- Kernel Version:
6.17.0-22-generic (64-bit)
Expected outcome
All parallel requests that are still in flight get aborted with a DOMException that gets neatly caught by the try...catch block.
Actual outcome
Parallel requests get aborted, but an unhandled rejection is also raised, which, depending on implementation and flags, causes the node process to quit
Proof of concept code
See repo
Environment
0.12.22v22.17.1Kubuntu 25.106.17.0-22-generic (64-bit)Expected outcome
All parallel requests that are still in flight get aborted with a DOMException that gets neatly caught by the
try...catchblock.Actual outcome
Parallel requests get aborted, but an unhandled rejection is also raised, which, depending on implementation and flags, causes the node process to quit
Proof of concept code
See repo