Closed
Description
I wrote a piece of code that made a request to A, and after a moment, made a request to B with the prior stream as a parent.
This means I needed to pass the ID of stream A to the client.request
call for stream B.
stream.id
is mentioned in passing, but it isn't specifically documented.
Same goes for the ready
event.