Maxime Devos schreef op do 20-01-2022 om 13:08 [+0000]: > -      (when (null? responses) > -        (quit #t))                                ;exit the server thread > +      (when (last-response?) > +        (throw 'quit)) (quit #t) can be preserved here (TBD in v2)