Dominik Picheta
Dominik Picheta
> Easy to bubble it up from cpp code in workerd or needs more plumbing in CF infra? It'll need plumbing in CF infra
CC @kentonv since you implemented this disconnection logic in https://github.com/cloudflare/workerd/pull/784
@kentonv you're correct, it looks like the Socket's underlying AsyncIoStream isn't getting closed properly when `close` is called. I created https://github.com/cloudflare/workerd/pull/5815 to fix this. I think the reason we missed...
This should be fixed by https://github.com/cloudflare/workerd/pull/5815 which is now merged. Do let us know if you're still seeing this issue. Note that in the `maybeCloseWriteSide` case you'll need to manually...