On Fri Jul 14 18:41:26 2023 +0000, Paul Gofman wrote:
It should cancel asyncs only for the socket being closed (in a process), not for every async left alive for any terminated thread for any socket. Or am I misunderstanding the question?
From the function signature, it seems like that was the intention, yes, and that seems reasonable. But the function doesn't actually use "obj", I guess unintentionally?