Re: [go-nuts] Check Channel is active or not while Writing as writer Go routine

2024-10-27 Thread Nico Braun
On Thursday 24 October 2024 at 18:42:35 UTC+2 robert engels wrote: > In my experience, the OPΓÇÖs issue points to a code structure problem > and not having a deterministic lifecycle for the channels. I agree with this strongly. I think therere should be an owner of the channel in some way, usually

Re: [go-nuts] Re: Why there is no net.ListenContext?

2024-10-27 Thread Nico Braun
Hi, I have been watching this proposal proposal: io/v2: add Context parameter to Reader, etc. · Issue #20280 · golang/go . I think they provide some rationale why context is problematic for these things. I think something like net.Listen would over