Ludovic Courtès <[email protected]> skribis: > First, the person who wrote ‘connect*’ *cough* hadn’t carefully read the > Guile manual, which reads (info "(guile) Ports and File Descriptors"): > > Note that ‘select’ may return early for other reasons, for example due > to pending interrupts. > > Clearly, ‘select’ is returning early, so we should check that and loop.
Pushed a fix for that in fc6c96c88a0e4ad0b9e48272e5f97ffaa6eec36e. Ludo’.
