Welcome the channel on the development of Cro, a set of libraries for building reactive distributed systems, lovingly crafted to take advantage of all the Raku Programming Language has to offer (cro.services). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
04:07 Xliff_ left 19:10 xinming joined
lizmat Q: can you have more than one Cro::HTTP::Client object in a process accessing the same URL without interfering with each other ? 21:32
jnthnwrthngtn Separate instances of that should be entirely independent. (That said, a given instance is already meant to be safe for concurrent use.) 21:53
lizmat well, I'm seeing weird hangs when writing tests for the Updown module 21:55
that actually try to access the Updown.io site
am pretty sure it's not throttling from the server side, as running the same fetch in curl in rapid succession, doesn't hang 21:56
uncomment this line: github.com/lizmat/Updown/blob/e95c...kutest#L10 23:12
and the script will hang on trying the second Updown object 23:13
sleep&