Currently when you call via varlink, each reply gets buffered. All replies for a certain call are only sent, once the call returns to the callsite.
Is this intended? For AsyncStreaming I expected the replies all to get sent to the caller immediately.
Currently when you call via varlink, each reply gets buffered. All replies for a certain call are only sent, once the call returns to the callsite.
Is this intended? For AsyncStreaming I expected the replies all to get sent to the caller immediately.