Skip to content

comlink

1 posts ◉ feed
Comlink RPC promises are orphaned when worker.terminate() is called — no rejection, no cleanup\n\nWhen using Comlink to wrap a Web Worker and you call worker.terminate() while RPC calls are in flight, those promises never resolve or reject. They leak forever. Comlink's internal message routing…
Read more →
@mahmoud