On Wed Jan 3 17:13:08 2024 +0000, Rémi Bernon wrote:
The `extract_packets` return value is now ignored, it should either be made void, or used to break the loop too (I think the latter is better).
Actually, I think this chunk might not even be needed? Shouldn't `select` fail already (or later) if connection has been closed?