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.
patrickb o/ I have some more time to debug the Cro Client HTTP2 header timeout errors. 15:13
I now know that it's the Settings frame that the FrameSerializer tries to send during setup of the pipeline that is stuck. The packet never hits the wire. 15:15
Even further it seems that the `emit` of the Settings frame never reaches the TLS Connector. (Interesting: A few lines up the FrameSerializer emits the magic string, that goes through and is also visible in wireshark.) 15:43
patrickb I start to suspect this is a supply / whenever deadlock triggered by some unlucky timing. 20:54