[18:03] *** xinming joined [18:58] *** xinming left [19:13] not strictly a Cro question, but perhaps related: [19:13] If I have: [19:13] react { [19:13] whenever $server.socket.Supply :bin -> $buf is copy { [19:13] CATCH { default { warn $_; warn .backtrace } } [19:13] } [19:13] } [19:13] and the CATCH warns that the connection timed out, will it drop out of the react ? [19:13] or would I have to do a "done" ? [22:53] Hm, I think that'd have to be QUIT instead of `CATCH` if it's an async exception? But you'd need a `done`, anyway. [23:10] *** TempIRCLogger left [23:10] *** TempIRCLogger joined