Here's the talk on using Stream to wrap the async response.
For now, the async response is assembled by the maxwell to form a whole block before actually respond to the user. While the async interfaces of underlying adapters are suppose to be used for the streaming scenarios.
So naturally, we are suppose to wrap the response with a Stream.
Here's the talk on using Stream to wrap the async response.
For now, the async response is assembled by the maxwell to form a whole block before actually respond to the user. While the async interfaces of underlying adapters are suppose to be used for the streaming scenarios.
So naturally, we are suppose to wrap the response with a Stream.