Skip to content

Make client stream service call return without waiting for the first element

vbot requested to merge vbot@make-stream-service-return into master

This MR changes the semantics of the call_stream_service function which waited for an initial element of the stream to arrive before returning the stream to be read. Instead, call_stream_service now returns the stream directly.

On Tezos side, I am not aware of streamed RPCs call that rely on this specific behavior.

Edited by vbot

Merge request reports